summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-25 04:17:12 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-25 04:17:12 +0000
commitf96704d4ef4c55599d9999292abc1457e8153674 (patch)
tree3e3e8a85ae03df6a26b425b607496bac0949e8c0 /ssh-keygen.1
parentae1c51c208917198fd96f0aca209459f37001ea4 (diff)
- 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.16
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index fec659955..0f04af55b 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.42 2001/06/03 19:36:44 markus Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.43 2001/06/22 21:55:49 markus Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -233,7 +233,7 @@ will read this file when a login attempt is made.
233.It Pa $HOME/.ssh/id_dsa.pub 233.It Pa $HOME/.ssh/id_dsa.pub
234Contains the protocol version 2 DSA public key for authentication. 234Contains the protocol version 2 DSA public key for authentication.
235The contents of this file should be added to 235The contents of this file should be added to
236.Pa $HOME/.ssh/authorized_keys2 236.Pa $HOME/.ssh/authorized_keys
237on all machines 237on all machines
238where you wish to log in using public key authentication. 238where you wish to log in using public key authentication.
239There is no need to keep the contents of this file secret. 239There 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.
251.It Pa $HOME/.ssh/id_rsa.pub 251.It Pa $HOME/.ssh/id_rsa.pub
252Contains the protocol version 2 RSA public key for authentication. 252Contains the protocol version 2 RSA public key for authentication.
253The contents of this file should be added to 253The contents of this file should be added to
254.Pa $HOME/.ssh/authorized_keys2 254.Pa $HOME/.ssh/authorized_keys
255on all machines 255on all machines
256where you wish to log in using public key authentication. 256where you wish to log in using public key authentication.
257There is no need to keep the contents of this file secret. 257There is no need to keep the contents of this file secret.