diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-add.1 | 45 |
2 files changed, 27 insertions, 23 deletions
@@ -26,6 +26,9 @@ | |||
26 | [ssh.c] | 26 | [ssh.c] |
27 | sync usage() w/ man SYNOPSIS; | 27 | sync usage() w/ man SYNOPSIS; |
28 | ok markus@ | 28 | ok markus@ |
29 | - jmc@cvs.openbsd.org 2005/03/01 17:32:19 | ||
30 | [ssh-add.1] | ||
31 | sort options; | ||
29 | 32 | ||
30 | 20050301 | 33 | 20050301 |
31 | - (djm) OpenBSD CVS sync: | 34 | - (djm) OpenBSD CVS sync: |
@@ -2245,4 +2248,4 @@ | |||
2245 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2248 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2246 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2249 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2247 | 2250 | ||
2248 | $Id: ChangeLog,v 1.3682 2005/03/02 01:04:32 djm Exp $ | 2251 | $Id: ChangeLog,v 1.3683 2005/03/02 01:04:50 djm Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.41 2004/08/30 21:22:49 jmc Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.42 2005/03/01 17:32:19 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -45,7 +45,7 @@ | |||
45 | .Nd adds RSA or DSA identities to the authentication agent | 45 | .Nd adds RSA or DSA identities to the authentication agent |
46 | .Sh SYNOPSIS | 46 | .Sh SYNOPSIS |
47 | .Nm ssh-add | 47 | .Nm ssh-add |
48 | .Op Fl lLdDxXc | 48 | .Op Fl cDdLlXx |
49 | .Op Fl t Ar life | 49 | .Op Fl t Ar life |
50 | .Op Ar | 50 | .Op Ar |
51 | .Nm ssh-add | 51 | .Nm ssh-add |
@@ -77,23 +77,6 @@ to work. | |||
77 | .Pp | 77 | .Pp |
78 | The options are as follows: | 78 | The options are as follows: |
79 | .Bl -tag -width Ds | 79 | .Bl -tag -width Ds |
80 | .It Fl l | ||
81 | Lists fingerprints of all identities currently represented by the agent. | ||
82 | .It Fl L | ||
83 | Lists public key parameters of all identities currently represented by the agent. | ||
84 | .It Fl d | ||
85 | Instead of adding the identity, removes the identity from the agent. | ||
86 | .It Fl D | ||
87 | Deletes all identities from the agent. | ||
88 | .It Fl x | ||
89 | Lock the agent with a password. | ||
90 | .It Fl X | ||
91 | Unlock the agent. | ||
92 | .It Fl t Ar life | ||
93 | Set a maximum lifetime when adding identities to an agent. | ||
94 | The lifetime may be specified in seconds or in a time format | ||
95 | specified in | ||
96 | .Xr sshd_config 5 . | ||
97 | .It Fl c | 80 | .It Fl c |
98 | Indicates that added identities should be subject to confirmation before | 81 | Indicates that added identities should be subject to confirmation before |
99 | being used for authentication. | 82 | being used for authentication. |
@@ -103,12 +86,30 @@ program mentioned below. | |||
103 | Successful confirmation is signaled by a zero exit status from the | 86 | Successful confirmation is signaled by a zero exit status from the |
104 | .Ev SSH_ASKPASS | 87 | .Ev SSH_ASKPASS |
105 | program, rather than text entered into the requester. | 88 | program, rather than text entered into the requester. |
106 | .It Fl s Ar reader | 89 | .It Fl D |
107 | Add key in smartcard | 90 | Deletes all identities from the agent. |
108 | .Ar reader . | 91 | .It Fl d |
92 | Instead of adding the identity, removes the identity from the agent. | ||
109 | .It Fl e Ar reader | 93 | .It Fl e Ar reader |
110 | Remove key in smartcard | 94 | Remove key in smartcard |
111 | .Ar reader . | 95 | .Ar reader . |
96 | .It Fl L | ||
97 | Lists public key parameters of all identities currently represented | ||
98 | by the agent. | ||
99 | .It Fl l | ||
100 | Lists fingerprints of all identities currently represented by the agent. | ||
101 | .It Fl s Ar reader | ||
102 | Add key in smartcard | ||
103 | .Ar reader . | ||
104 | .It Fl t Ar life | ||
105 | Set a maximum lifetime when adding identities to an agent. | ||
106 | The lifetime may be specified in seconds or in a time format | ||
107 | specified in | ||
108 | .Xr sshd_config 5 . | ||
109 | .It Fl X | ||
110 | Unlock the agent. | ||
111 | .It Fl x | ||
112 | Lock the agent with a password. | ||
112 | .El | 113 | .El |
113 | .Sh ENVIRONMENT | 114 | .Sh ENVIRONMENT |
114 | .Bl -tag -width Ds | 115 | .Bl -tag -width Ds |