]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/06/25 17:18:27
authormouring <mouring>
Wed, 4 Jul 2001 03:35:24 +0000 (03:35 +0000)
committermouring <mouring>
Wed, 4 Jul 2001 03:35:24 +0000 (03:35 +0000)
     [ssh-keygen.1]
     sshd(8) will never read the private keys, but ssh(1) does;
     hugh@mimosa.com

ChangeLog
ssh-keygen.1

index 7eab60cbb844281ab9c50fc39d6c9e801df4ee1d..74755d407d62a47d95ab16b596a1f73fbd372f2a 100644 (file)
--- 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
index 4209dbd627e63aa7f6e3fa9f8bc3a9da8cc4e0a8..1ea944c7c127db7fab869217d40f226a126d181e 100644 (file)
@@ -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.
This page took 1.940904 seconds and 5 git commands to generate.