summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.18
1 files changed, 4 insertions, 4 deletions
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.
210This file is not automatically accessed by 210This file is not automatically accessed by
211.Nm 211.Nm
212but it is offered as the default file for the private key. 212but it is offered as the default file for the private key.
213.Xr sshd 8 213.Xr ssh 1
214will read this file when a login attempt is made. 214will read this file when a login attempt is made.
215.It Pa $HOME/.ssh/identity.pub 215.It Pa $HOME/.ssh/identity.pub
216Contains the protocol version 1 RSA public key for authentication. 216Contains the protocol version 1 RSA public key for authentication.
@@ -228,7 +228,7 @@ used to encrypt the private part of this file using 3DES.
228This file is not automatically accessed by 228This file is not automatically accessed by
229.Nm 229.Nm
230but it is offered as the default file for the private key. 230but it is offered as the default file for the private key.
231.Xr sshd 8 231.Xr ssh 1
232will read this file when a login attempt is made. 232will 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.
@@ -246,7 +246,7 @@ used to encrypt the private part of this file using 3DES.
246This file is not automatically accessed by 246This file is not automatically accessed by
247.Nm 247.Nm
248but it is offered as the default file for the private key. 248but it is offered as the default file for the private key.
249.Xr sshd 8 249.Xr ssh 1
250will read this file when a login attempt is made. 250will 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.