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 /ssh-keygen.1 | |
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 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index fec65995..0f04af55 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.42 2001/06/03 19:36:44 markus Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.43 2001/06/22 21:55:49 markus Exp $ .\" .\" -*- nroff -*- .\" @@ -233,7 +233,7 @@ will read this file when a login attempt is made. .It Pa $HOME/.ssh/id_dsa.pub Contains the protocol version 2 DSA public key for authentication. The contents of this file should be added to -.Pa $HOME/.ssh/authorized_keys2 +.Pa $HOME/.ssh/authorized_keys on all machines where you wish to log in using public key authentication. There is no need to keep the contents of this file secret. @@ -251,7 +251,7 @@ will read this file when a login attempt is made. .It Pa $HOME/.ssh/id_rsa.pub Contains the protocol version 2 RSA public key for authentication. The contents of this file should be added to -.Pa $HOME/.ssh/authorized_keys2 +.Pa $HOME/.ssh/authorized_keys on all machines where you wish to log in using public key authentication. There is no need to keep the contents of this file secret. |