diff options
author | Damien Miller <djm@mindrot.org> | 2010-02-12 09:26:02 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-02-12 09:26:02 +1100 |
commit | a76184445530cb13ded5827546756471d7d423e2 (patch) | |
tree | ab15565a7058b0fb21635acb9be621825cd0ad5f /ssh-add.1 | |
parent | 47cf16b8df67ce02866eefbe855174fa7dfbd359 (diff) |
- markus@cvs.openbsd.org 2010/02/10 23:20:38
[ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5]
pkcs#11 is no longer optional; improve wording; ok jmc@
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.50 2010/02/08 22:03:05 jmc Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.51 2010/02/10 23:20:38 markus Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -37,7 +37,7 @@ | |||
37 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 37 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
38 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 38 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
39 | .\" | 39 | .\" |
40 | .Dd $Mdocdate: February 8 2010 $ | 40 | .Dd $Mdocdate: February 10 2010 $ |
41 | .Dt SSH-ADD 1 | 41 | .Dt SSH-ADD 1 |
42 | .Os | 42 | .Os |
43 | .Sh NAME | 43 | .Sh NAME |
@@ -102,7 +102,7 @@ will append | |||
102 | .Pa .pub | 102 | .Pa .pub |
103 | and retry. | 103 | and retry. |
104 | .It Fl e Ar pkcs11 | 104 | .It Fl e Ar pkcs11 |
105 | Remove key provided by | 105 | Remove keys provided by the PKCS#11 shared library |
106 | .Ar pkcs11 . | 106 | .Ar pkcs11 . |
107 | .It Fl L | 107 | .It Fl L |
108 | Lists public key parameters of all identities currently represented | 108 | Lists public key parameters of all identities currently represented |
@@ -110,7 +110,7 @@ by the agent. | |||
110 | .It Fl l | 110 | .It Fl l |
111 | Lists fingerprints of all identities currently represented by the agent. | 111 | Lists fingerprints of all identities currently represented by the agent. |
112 | .It Fl s Ar pkcs11 | 112 | .It Fl s Ar pkcs11 |
113 | Add key provided by | 113 | Add keys provided by the PKCS#11 shared library |
114 | .Ar pkcs11 . | 114 | .Ar pkcs11 . |
115 | .It Fl t Ar life | 115 | .It Fl t Ar life |
116 | Set a maximum lifetime when adding identities to an agent. | 116 | Set a maximum lifetime when adding identities to an agent. |