aboutsummaryrefslogtreecommitdiff
path: root/ssh-add.0
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2011-02-17 11:47:40 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2011-02-17 11:47:40 +0000
commit9f6de2d748109e4e479c9259468a79973631e7fc (patch)
tree1d333e32031110bf9bfd5e15980adf8221240df8 /ssh-add.0
parent3a927e69c380468bb32766c99aa7caf86de401a4 (diff)
downloadsrc-9f6de2d748109e4e479c9259468a79973631e7fc.tar.gz
src-9f6de2d748109e4e479c9259468a79973631e7fc.zip
Vendor import of OpenSSH 5.7p1vendor/openssh/5.7p1
Notes
Notes: svn path=/vendor-crypto/openssh/dist/; revision=218767 svn path=/vendor-crypto/openssh/5.7p1/; revision=218768; tag=vendor/openssh/5.7p1
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 86f3994c4cb5..bf62ca905b2e 100644
--- a/ssh-add.0
+++ b/ssh-add.0
@@ -1,7 +1,7 @@
SSH-ADD(1) OpenBSD Reference Manual SSH-ADD(1)
NAME
- ssh-add - adds RSA or DSA identities to the authentication agent
+ ssh-add - adds private key identities to the authentication agent
SYNOPSIS
ssh-add [-cDdLlXx] [-t life] [file ...]
@@ -9,10 +9,10 @@ SYNOPSIS
ssh-add -e pkcs11
DESCRIPTION
- ssh-add adds RSA or DSA identities to the authentication agent,
+ ssh-add adds private key identities to the authentication agent,
ssh-agent(1). When run without arguments, it adds the files
- ~/.ssh/id_rsa, ~/.ssh/id_dsa and ~/.ssh/identity. After loading a
- private key, ssh-add will try to load corresponding certificate
+ ~/.ssh/id_rsa, ~/.ssh/id_dsa, ~/.ssh/id_ecdsa and ~/.ssh/identity. After
+ loading a private key, ssh-add will try to load corresponding certificate
information from the filename obtained by appending -cert.pub to the name
of the private key file. Alternative file names can be given on the
command line.
@@ -87,6 +87,10 @@ FILES
Contains the protocol version 2 DSA authentication identity of
the user.
+ ~/.ssh/id_ecdsa
+ Contains the protocol version 2 ECDSA authentication identity of
+ the user.
+
~/.ssh/id_rsa
Contains the protocol version 2 RSA authentication identity of
the user.
@@ -94,7 +98,7 @@ FILES
Identity files should not be readable by anyone but the user. Note that
ssh-add ignores identity files if they are accessible by others.
-DIAGNOSTICS
+EXIT STATUS
Exit status is 0 on success, 1 if the specified command fails, and 2 if
ssh-add is unable to contact the authentication agent.
@@ -108,4 +112,4 @@ AUTHORS
created OpenSSH. Markus Friedl contributed the support for SSH protocol
versions 1.5 and 2.0.
-OpenBSD 4.8 March 5, 2010 OpenBSD 4.8
+OpenBSD 4.8 October 28, 2010 OpenBSD 4.8