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

Collapse All | Expand All

(-)openssh-5.0p1/scp.1 (+27 lines)
Lines 21-26 Link Here
21
.Nm scp
21
.Nm scp
22
.Bk -words
22
.Bk -words
23
.Op Fl 1246BCpqrv
23
.Op Fl 1246BCpqrv
24
.Op Fl # Ar provider_info
24
.Op Fl c Ar cipher
25
.Op Fl c Ar cipher
25
.Op Fl F Ar ssh_config
26
.Op Fl F Ar ssh_config
26
.Op Fl i Ar identity_file
27
.Op Fl i Ar identity_file
Lines 68-73 Copies between two remote hosts are also Link Here
68
.Pp
69
.Pp
69
The options are as follows:
70
The options are as follows:
70
.Bl -tag -width Ds
71
.Bl -tag -width Ds
72
.It Fl # Ar provider_info
73
Add all keys of PKC#11 provider,
74
.Ar provider_info
75
format:
76
.Pp
77
lib[:prot_auth[:private_mode[:cert_is_private]]]
78
.Pp
79
.Bl -tag -width Ds -compact
80
.It prot_auth
81
1 to allow protected mode authentication.
82
.It private_mode:
83
.Bl -tag -width Ds -compact
84
.It 0
85
determine automatically
86
.It 1
87
perform sign
88
.It 2
89
perform sign recover
90
.It 4
91
perform decrypt
92
.It 8
93
perform unwrap
94
.El
95
.It cert_is_private
96
1 if login is required to access certificate objects.
97
.El
71
.It Fl 1
98
.It Fl 1
72
Forces
99
Forces
73
.Nm
100
.Nm

Return to bug 1371