View | Details | Raw Unified | Return to bug 1371 | Differences between
and this patch

Collapse All | Expand All

(-)ssh.org/ssh-add.1 (+42 lines)
Lines 46-57 Link Here
46
.Sh SYNOPSIS
46
.Sh SYNOPSIS
47
.Nm ssh-add
47
.Nm ssh-add
48
.Op Fl cDdLlXx
48
.Op Fl cDdLlXx
49
.Op Fl K Ar provider_info
49
.Op Fl t Ar life
50
.Op Fl t Ar life
50
.Op Ar
51
.Op Ar
51
.Nm ssh-add
52
.Nm ssh-add
52
.Fl s Ar reader
53
.Fl s Ar reader
53
.Nm ssh-add
54
.Nm ssh-add
54
.Fl e Ar reader
55
.Fl e Ar reader
56
.Nm ssh-add
57
.Fl I Ar pkcs11_id Op Ar session_cache Op Ar cert_file
55
.Sh DESCRIPTION
58
.Sh DESCRIPTION
56
.Nm
59
.Nm
57
adds RSA or DSA identities to the authentication agent,
60
adds RSA or DSA identities to the authentication agent,
Lines 104-109 and retry. Link Here
104
.It Fl e Ar reader
107
.It Fl e Ar reader
105
Remove key in smartcard
108
Remove key in smartcard
106
.Ar reader .
109
.Ar reader .
110
.It Fl I
111
Add PKCS#11 key, the format of remaining arguments is:
112
.Pp
113
pkcs11_id [session_cache [cert_file]]
114
.Pp
115
.Bl -tag -width Ds -compact
116
.It pkcs11_id
117
Serialized id, get from ssh-keygen \-K.
118
.It session_cache
119
Session cache timeout in seconds \-1 for infinite.
120
.It cert_file
121
Specify PEM file to load if token is unavailable.
122
.El
123
.It Fl K Ar provider_info
124
Add PKC#11 provider to the agent,
125
.Ar provider_info
126
format:
127
.Pp
128
lib[:prot_auth[:private_mode[:cert_is_private]]]
129
.Pp
130
.Bl -tag -width Ds -compact
131
.It prot_auth
132
1 to allow protected mode authentication.
133
.It private_mode:
134
.Bl -tag -width Ds -compact
135
.It 0
136
determine automatically
137
.It 1
138
perform sign
139
.It 2
140
perform sign recover
141
.It 4
142
perform decrypt
143
.It 8
144
perform unwrap
145
.El
146
.It cert_is_private
147
1 if login is required to access certificate objects.
148
.El
107
.It Fl L
149
.It Fl L
108
Lists public key parameters of all identities currently represented
150
Lists public key parameters of all identities currently represented
109
by the agent.
151
by the agent.

Return to bug 1371