From bda98b0091bb96ece12b6f54e7fa93cd832da772 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 4 Jul 2001 03:35:24 +0000 Subject: - 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 --- ChangeLog | 6 +++++- ssh-keygen.1 | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4999db48..555d047e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h] update copyright for 2001 + - 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 20010629 - (bal) Removed net_aton() since we don't use it any more @@ -5832,4 +5836,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1345 2001/07/04 03:32:30 mouring Exp $ +$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 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.45 2001/06/23 05:57:09 deraadt Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.46 2001/06/25 17:18:27 markus Exp $ .\" .\" -*- nroff -*- .\" @@ -210,7 +210,7 @@ used to encrypt the private part of this file using 3DES. This file is not automatically accessed by .Nm but it is offered as the default file for the private key. -.Xr sshd 8 +.Xr ssh 1 will read this file when a login attempt is made. .It Pa $HOME/.ssh/identity.pub 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. This file is not automatically accessed by .Nm but it is offered as the default file for the private key. -.Xr sshd 8 +.Xr ssh 1 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. @@ -246,7 +246,7 @@ used to encrypt the private part of this file using 3DES. This file is not automatically accessed by .Nm but it is offered as the default file for the private key. -.Xr sshd 8 +.Xr ssh 1 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. -- cgit v1.2.3