Rod Hynes 5 лет назад
Родитель
Сommit
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 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
 			// In this case, the callback invocation is noise from auth negotiation
 			return
 			return
 		}
 		}