diff --git a/crypto/openssh/auth2.c b/crypto/openssh/auth2.c index 588a8346c43e..612cc3f8f2f3 100644 --- a/crypto/openssh/auth2.c +++ b/crypto/openssh/auth2.c @@ -317,8 +317,6 @@ input_userauth_request(int type, u_int32_t seq, struct ssh *ssh) #ifdef HAVE_LOGIN_CAP if (authctxt->pw != NULL && (lc = PRIVSEP(login_getpwclass(authctxt->pw))) != NULL) { - logit("user %s login class %s", authctxt->pw->pw_name, - authctxt->pw->pw_class); from_host = auth_get_canonical_hostname(ssh, options.use_dns); from_ip = ssh_remote_ipaddr(ssh); if (!auth_hostok(lc, from_host, from_ip)) {