diff options
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.35 2002/06/19 00:27:55 deraadt Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.37 2003/02/10 11:51:47 markus 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 lLdDxX | 48 | .Op Fl lLdDxXc |
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 |
@@ -92,7 +92,15 @@ Unlock the agent. | |||
92 | Set a maximum lifetime when adding identities to an agent. | 92 | Set a maximum lifetime when adding identities to an agent. |
93 | The lifetime may be specified in seconds or in a time format | 93 | The lifetime may be specified in seconds or in a time format |
94 | specified in | 94 | specified in |
95 | .Xr sshd 8 . | 95 | .Xr sshd_config 5 . |
96 | .It Fl c | ||
97 | Indicates that added identities should be subject to confirmation before | ||
98 | being used for authentication. Confirmation is performed by the | ||
99 | .Ev SSH_ASKPASS | ||
100 | program mentioned below. Successful confirmation is signaled by a zero | ||
101 | exit status from the | ||
102 | .Ev SSH_ASKPASS | ||
103 | program, rather than text entered into the requester. | ||
96 | .It Fl s Ar reader | 104 | .It Fl s Ar reader |
97 | Add key in smartcard | 105 | Add key in smartcard |
98 | .Ar reader . | 106 | .Ar reader . |