diff options
author | mouring <mouring> | 2001-06-25 04:17:12 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-06-25 04:17:12 +0000 |
commit | f5cfe39e5e84a5d5649b426e79a081de96a605fb (patch) | |
tree | fd9a9daaec32fbf74760ea26f2d1bb0e9b030726 /sshd_config | |
parent | f088136401b04cb8c92094b837095f6cf66f61a0 (diff) | |
download | openssh-f5cfe39e5e84a5d5649b426e79a081de96a605fb.tar.gz |
- 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).
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 3 |
1 files changed, 1 insertions, 2 deletions
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 |