the block is just for krb4 (not for krb5) so should be removed. lha

This commit is contained in:
itojun 2003-07-23 21:25:08 +00:00
parent e45b6fad8e
commit 7b7c18c4c5
1 changed files with 2 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sshd.c,v 1.32 2003/07/23 21:03:03 itojun Exp $ */
/* $NetBSD: sshd.c,v 1.33 2003/07/23 21:25:08 itojun Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -44,7 +44,7 @@
#include "includes.h"
RCSID("$OpenBSD: sshd.c,v 1.274 2003/07/22 13:35:22 markus Exp $");
__RCSID("$NetBSD: sshd.c,v 1.32 2003/07/23 21:03:03 itojun Exp $");
__RCSID("$NetBSD: sshd.c,v 1.33 2003/07/23 21:25:08 itojun Exp $");
#include <openssl/dh.h>
#include <openssl/bn.h>
@ -1424,13 +1424,6 @@ main(int ac, char **av)
"originating port %d not trusted.", remote_port);
options.rhosts_authentication = 0;
}
#ifndef KRB5
if (!packet_connection_is_ipv4() &&
options.kerberos_authentication) {
debug("Kerberos Authentication disabled, only available for IPv4.");
options.kerberos_authentication = 0;
}
#endif
packet_set_nonblocking();