diff --git a/crypto/openssh/auth1.c b/crypto/openssh/auth1.c index c4f0d5ba96d..f9d16b237e7 100644 --- a/crypto/openssh/auth1.c +++ b/crypto/openssh/auth1.c @@ -223,6 +223,7 @@ do_authloop(struct passwd * pw) if (!options.krb4_authentication) { /* packet_get_all(); */ verbose("Kerberos v4 authentication disabled."); + break; } else { /* Try Kerberos v4 authentication. */ KTEXT_ST auth;