Rod Hynes пре 5 година
родитељ
комит
8f6c320eea
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 		}