diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 03:35:24 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 03:35:24 +0000 |
commit | bda98b0091bb96ece12b6f54e7fa93cd832da772 (patch) | |
tree | 951a40b44569bc982c8e426d329fc7e4ce0156ec | |
parent | 44697233257d80aa46402e7a6207ef8d6fe359e4 (diff) |
- markus@cvs.openbsd.org 2001/06/25 17:18:27
[ssh-keygen.1]
sshd(8) will never read the private keys, but ssh(1) does;
hugh@mimosa.com
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh-keygen.1 | 8 |
2 files changed, 9 insertions, 5 deletions
@@ -5,6 +5,10 @@ | |||
5 | hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c | 5 | hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c |
6 | session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h] | 6 | session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h] |
7 | update copyright for 2001 | 7 | update copyright for 2001 |
8 | - markus@cvs.openbsd.org 2001/06/25 17:18:27 | ||
9 | [ssh-keygen.1] | ||
10 | sshd(8) will never read the private keys, but ssh(1) does; | ||
11 | hugh@mimosa.com | ||
8 | 12 | ||
9 | 20010629 | 13 | 20010629 |
10 | - (bal) Removed net_aton() since we don't use it any more | 14 | - (bal) Removed net_aton() since we don't use it any more |
@@ -5832,4 +5836,4 @@ | |||
5832 | - Wrote replacements for strlcpy and mkdtemp | 5836 | - Wrote replacements for strlcpy and mkdtemp |
5833 | - Released 1.0pre1 | 5837 | - Released 1.0pre1 |
5834 | 5838 | ||
5835 | $Id: ChangeLog,v 1.1345 2001/07/04 03:32:30 mouring Exp $ | 5839 | $Id: ChangeLog,v 1.1346 2001/07/04 03:35:24 mouring Exp $ |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 4209dbd62..1ea944c7c 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.45 2001/06/23 05:57:09 deraadt Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.46 2001/06/25 17:18:27 markus Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -210,7 +210,7 @@ used to encrypt the private part of this file using 3DES. | |||
210 | This file is not automatically accessed by | 210 | This file is not automatically accessed by |
211 | .Nm | 211 | .Nm |
212 | but it is offered as the default file for the private key. | 212 | but it is offered as the default file for the private key. |
213 | .Xr sshd 8 | 213 | .Xr ssh 1 |
214 | will read this file when a login attempt is made. | 214 | will read this file when a login attempt is made. |
215 | .It Pa $HOME/.ssh/identity.pub | 215 | .It Pa $HOME/.ssh/identity.pub |
216 | Contains the protocol version 1 RSA public key for authentication. | 216 | Contains the protocol version 1 RSA public key for authentication. |
@@ -228,7 +228,7 @@ used to encrypt the private part of this file using 3DES. | |||
228 | This file is not automatically accessed by | 228 | This file is not automatically accessed by |
229 | .Nm | 229 | .Nm |
230 | but it is offered as the default file for the private key. | 230 | but it is offered as the default file for the private key. |
231 | .Xr sshd 8 | 231 | .Xr ssh 1 |
232 | will read this file when a login attempt is made. | 232 | 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 |
234 | Contains the protocol version 2 DSA public key for authentication. | 234 | Contains the protocol version 2 DSA public key for authentication. |
@@ -246,7 +246,7 @@ used to encrypt the private part of this file using 3DES. | |||
246 | This file is not automatically accessed by | 246 | This file is not automatically accessed by |
247 | .Nm | 247 | .Nm |
248 | but it is offered as the default file for the private key. | 248 | but it is offered as the default file for the private key. |
249 | .Xr sshd 8 | 249 | .Xr ssh 1 |
250 | will read this file when a login attempt is made. | 250 | 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 |
252 | Contains the protocol version 2 RSA public key for authentication. | 252 | Contains the protocol version 2 RSA public key for authentication. |