From f5cfe39e5e84a5d5649b426e79a081de96a605fb Mon Sep 17 00:00:00 2001 From: mouring Date: Mon, 25 Jun 2001 04:17:12 +0000 Subject: - markus@cvs.openbsd.org 2001/06/22 21:55:49 [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config ssh-keygen.1] merge authorized_keys2 into authorized_keys. authorized_keys2 is used for backward compat. (just append authorized_keys2 to authorized_keys). --- sshd_config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sshd_config') diff --git a/sshd_config b/sshd_config index 0e469300..9afd2808 100644 --- a/sshd_config +++ b/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.40 2001/05/31 13:08:04 markus Exp $ +# $OpenBSD: sshd_config,v 1.41 2001/06/22 21:55:50 markus Exp $ # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin @@ -34,7 +34,6 @@ StrictModes yes RSAAuthentication yes PubkeyAuthentication yes #AuthorizedKeysFile %h/.ssh/authorized_keys -#AuthorizedKeysFile2 %h/.ssh/authorized_keys2 # rhosts authentication should not be used RhostsAuthentication no -- cgit v1.2.1