summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.1
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>2001-04-10 09:13:21 +0000
committeritojun <itojun@openbsd.org>2001-04-10 09:13:21 +0000
commit9a8dd1015bd85a280c5f8707e79c53f77186560f (patch)
tree1db30153cb38c226c252c7651b521d229ba4c1c5 /usr.bin/ssh/ssh-add.1
parentsomeone should bellow at people who spell below wrong (diff)
downloadwireguard-openbsd-9a8dd1015bd85a280c5f8707e79c53f77186560f.tar.xz
wireguard-openbsd-9a8dd1015bd85a280c5f8707e79c53f77186560f.zip
document id_rsa{.pub,}. markus ok
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r--usr.bin/ssh/ssh-add.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1
index 3cdf337453d..d7725c6e365 100644
--- a/usr.bin/ssh/ssh-add.1
+++ b/usr.bin/ssh/ssh-add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.23 2001/04/09 15:19:49 markus Exp $
+.\" $OpenBSD: ssh-add.1,v 1.24 2001/04/10 09:13:21 itojun Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -80,7 +80,7 @@ Deletes all identities from the agent.
.Sh FILES
.Bl -tag -width Ds
.It Pa $HOME/.ssh/identity
-Contains the RSA authentication identity of the user.
+Contains the protocol version 1 RSA authentication identity of the user.
This file should not be readable by anyone but the user.
Note that
.Nm
@@ -92,7 +92,9 @@ This is the default file added by
.Nm
when no other files have been specified.
.It Pa $HOME/.ssh/id_dsa
-Contains the DSA authentication identity of the user.
+Contains the protocol version 2 DSA authentication identity of the user.
+.It Pa $HOME/.ssh/id_rsa
+Contains the protocol version 2 RSA authentication identity of the user.
.El
.Sh ENVIRONMENT
.Bl -tag -width Ds