summaryrefslogtreecommitdiff
path: root/ssh-add.0
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-10 00:18:28 +0000
committerColin Watson <cjwatson@debian.org>2014-02-10 00:18:28 +0000
commit9a975a9faed7c4f334e8c8490db3e77e102f2b21 (patch)
tree764a885ec9a963f6a8b15de6e1765f16b9ac4738 /ssh-add.0
parentee196dab7c5f97f0b80c8099343a375bead92010 (diff)
parentcdb6c90811caa5df2df856be9b0b16db020fe31d (diff)
Import openssh_6.5p1.orig.tar.gz
Diffstat (limited to 'ssh-add.0')
-rw-r--r--ssh-add.016
1 files changed, 10 insertions, 6 deletions
diff --git a/ssh-add.0 b/ssh-add.0
index bcd1e7322..8d10f7ff4 100644
--- a/ssh-add.0
+++ b/ssh-add.0
@@ -11,11 +11,11 @@ SYNOPSIS
11DESCRIPTION 11DESCRIPTION
12 ssh-add adds private key identities to the authentication agent, 12 ssh-add adds private key identities to the authentication agent,
13 ssh-agent(1). When run without arguments, it adds the files 13 ssh-agent(1). When run without arguments, it adds the files
14 ~/.ssh/id_rsa, ~/.ssh/id_dsa, ~/.ssh/id_ecdsa and ~/.ssh/identity. After 14 ~/.ssh/id_rsa, ~/.ssh/id_dsa, ~/.ssh/id_ecdsa, ~/.ssh/id_ed25519 and
15 loading a private key, ssh-add will try to load corresponding certificate 15 ~/.ssh/identity. After loading a private key, ssh-add will try to load
16 information from the filename obtained by appending -cert.pub to the name 16 corresponding certificate information from the filename obtained by
17 of the private key file. Alternative file names can be given on the 17 appending -cert.pub to the name of the private key file. Alternative
18 command line. 18 file names can be given on the command line.
19 19
20 If any file requires a passphrase, ssh-add asks for the passphrase from 20 If any file requires a passphrase, ssh-add asks for the passphrase from
21 the user. The passphrase is read from the user's tty. ssh-add retries 21 the user. The passphrase is read from the user's tty. ssh-add retries
@@ -95,6 +95,10 @@ FILES
95 Contains the protocol version 2 ECDSA authentication identity of 95 Contains the protocol version 2 ECDSA authentication identity of
96 the user. 96 the user.
97 97
98 ~/.ssh/id_ed25519
99 Contains the protocol version 2 ED25519 authentication identity
100 of the user.
101
98 ~/.ssh/id_rsa 102 ~/.ssh/id_rsa
99 Contains the protocol version 2 RSA authentication identity of 103 Contains the protocol version 2 RSA authentication identity of
100 the user. 104 the user.
@@ -116,4 +120,4 @@ AUTHORS
116 created OpenSSH. Markus Friedl contributed the support for SSH protocol 120 created OpenSSH. Markus Friedl contributed the support for SSH protocol
117 versions 1.5 and 2.0. 121 versions 1.5 and 2.0.
118 122
119OpenBSD 5.4 December 3, 2012 OpenBSD 5.4 123OpenBSD 5.4 December 7, 2013 OpenBSD 5.4