diff options
author | Colin Watson <cjwatson@debian.org> | 2012-05-17 13:04:02 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-05-17 13:04:02 +0100 |
commit | dd5ed53e20d218607260916a6b04d1c8c5b3d88f (patch) | |
tree | c59b4dbcc610f10700945f885adf3bddc2542c26 /ssh-add.0 | |
parent | 8241a65bf12ac53c1b7304bba7ce739aad80b8b8 (diff) | |
parent | b9bc38990c5eb5d99e28ca5af6d3491fd4a0060a (diff) |
merge 6.0p1
Diffstat (limited to 'ssh-add.0')
-rw-r--r-- | ssh-add.0 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,7 +4,7 @@ NAME | |||
4 | ssh-add - adds private key identities to the authentication agent | 4 | ssh-add - adds private key identities to the authentication agent |
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | ssh-add [-cDdLlXx] [-t life] [file ...] | 7 | ssh-add [-cDdkLlXx] [-t life] [file ...] |
8 | ssh-add -s pkcs11 | 8 | ssh-add -s pkcs11 |
9 | ssh-add -e pkcs11 | 9 | ssh-add -e pkcs11 |
10 | 10 | ||
@@ -45,6 +45,9 @@ DESCRIPTION | |||
45 | -e pkcs11 | 45 | -e pkcs11 |
46 | Remove keys provided by the PKCS#11 shared library pkcs11. | 46 | Remove keys provided by the PKCS#11 shared library pkcs11. |
47 | 47 | ||
48 | -k When loading keys into the agent, load plain private keys only | ||
49 | and skip certificates. | ||
50 | |||
48 | -L Lists public key parameters of all identities currently | 51 | -L Lists public key parameters of all identities currently |
49 | represented by the agent. | 52 | represented by the agent. |
50 | 53 | ||
@@ -112,4 +115,4 @@ AUTHORS | |||
112 | created OpenSSH. Markus Friedl contributed the support for SSH protocol | 115 | created OpenSSH. Markus Friedl contributed the support for SSH protocol |
113 | versions 1.5 and 2.0. | 116 | versions 1.5 and 2.0. |
114 | 117 | ||
115 | OpenBSD 5.0 October 28, 2010 OpenBSD 5.0 | 118 | OpenBSD 5.0 October 18, 2011 OpenBSD 5.0 |