Rod Hynes 5 lat temu
rodzic
commit
8f6c320eea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      psiphon/server/tunnelServer.go

+ 1 - 1
psiphon/server/tunnelServer.go

@@ -1596,7 +1596,7 @@ func (sshClient *sshClient) authLogCallback(conn ssh.ConnMetadata, method string
 
 	if err != nil {
 
-		if method == "none" && err.Error() == "no auth passed yet" {
+		if method == "none" && err.Error() == "ssh: no auth passed yet" {
 			// In this case, the callback invocation is noise from auth negotiation
 			return
 		}