mirror of git://anongit.mindrot.org/openssh.git
- 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
This commit is contained in:
parent
4469723325
commit
bda98b0091
|
@ -5,6 +5,10 @@
|
||||||
hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
|
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]
|
session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
|
||||||
update copyright for 2001
|
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
|
20010629
|
||||||
- (bal) Removed net_aton() since we don't use it any more
|
- (bal) Removed net_aton() since we don't use it any more
|
||||||
|
@ -5832,4 +5836,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
|
|
@ -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 -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -210,7 +210,7 @@ used to encrypt the private part of this file using 3DES.
|
||||||
This file is not automatically accessed by
|
This file is not automatically accessed by
|
||||||
.Nm
|
.Nm
|
||||||
but it is offered as the default file for the private key.
|
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.
|
will read this file when a login attempt is made.
|
||||||
.It Pa $HOME/.ssh/identity.pub
|
.It Pa $HOME/.ssh/identity.pub
|
||||||
Contains the protocol version 1 RSA public key for authentication.
|
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
|
This file is not automatically accessed by
|
||||||
.Nm
|
.Nm
|
||||||
but it is offered as the default file for the private key.
|
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.
|
will read this file when a login attempt is made.
|
||||||
.It Pa $HOME/.ssh/id_dsa.pub
|
.It Pa $HOME/.ssh/id_dsa.pub
|
||||||
Contains the protocol version 2 DSA public key for authentication.
|
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
|
This file is not automatically accessed by
|
||||||
.Nm
|
.Nm
|
||||||
but it is offered as the default file for the private key.
|
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.
|
will read this file when a login attempt is made.
|
||||||
.It Pa $HOME/.ssh/id_rsa.pub
|
.It Pa $HOME/.ssh/id_rsa.pub
|
||||||
Contains the protocol version 2 RSA public key for authentication.
|
Contains the protocol version 2 RSA public key for authentication.
|
||||||
|
|
Loading…
Reference in New Issue