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

Collapse All | Expand All

(-)ssh.org/ssh.1 (+27 lines)
Lines 44-49 Link Here
44
.Sh SYNOPSIS
44
.Sh SYNOPSIS
45
.Nm ssh
45
.Nm ssh
46
.Op Fl 1246AaCfgKkMNnqsTtVvXxY
46
.Op Fl 1246AaCfgKkMNnqsTtVvXxY
47
.Op Fl # Ar provider_info
47
.Op Fl b Ar bind_address
48
.Op Fl b Ar bind_address
48
.Op Fl c Ar cipher_spec
49
.Op Fl c Ar cipher_spec
49
.Oo Fl D\ \&
50
.Oo Fl D\ \&
Lines 110-115 it is executed on the remote host instea Link Here
110
.Pp
111
.Pp
111
The options are as follows:
112
The options are as follows:
112
.Bl -tag -width Ds
113
.Bl -tag -width Ds
114
.It Fl # Ar provider_info
115
Add all keys of PKC#11 provider,
116
.Ar provider_info
117
format:
118
.Pp
119
lib[:prot_auth[:private_mode[:cert_is_private]]]
120
.Pp
121
.Bl -tag -width Ds -compact
122
.It prot_auth
123
1 to allow protected mode authentication.
124
.It private_mode:
125
.Bl -tag -width Ds -compact
126
.It 0
127
determine automatically
128
.It 1
129
perform sign
130
.It 2
131
perform sign recover
132
.It 4
133
perform decrypt
134
.It 8
135
perform unwrap
136
.El
137
.It cert_is_private
138
1 if login is required to access certificate objects.
139
.El
113
.It Fl 1
140
.It Fl 1
114
Forces
141
Forces
115
.Nm
142
.Nm

Return to bug 1371