import(4): clarify -E and -e options
This commit is contained in:
parent
0c36c79e9b
commit
e9e53fe7b6
1 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@ backwards mode.
|
||||||
Run in ``backwards'' mode, described below.
|
Run in ``backwards'' mode, described below.
|
||||||
.TP
|
.TP
|
||||||
.B -E \fIenc
|
.B -E \fIenc
|
||||||
Push an authentication protocol on its network connection.
|
Push an encryption protocol on its network connection.
|
||||||
The supported protocols are
|
The supported protocols are
|
||||||
.B clear
|
.B clear
|
||||||
(the default, no protocol)
|
(the default, no protocol)
|
||||||
|
@ -95,9 +95,9 @@ There are plans to make
|
||||||
.B tls
|
.B tls
|
||||||
available.
|
available.
|
||||||
.TP
|
.TP
|
||||||
.B -e '\fIenc auth\fR'
|
.B -e '\fIenc hash\fR'
|
||||||
Specify the encryption and authentication algorithms to use for
|
Specify the encryption and hash algorithms to use for
|
||||||
encrypting the wire traffic
|
encrypting and authenticating the wire traffic
|
||||||
(see
|
(see
|
||||||
.IR ssl (3)).
|
.IR ssl (3)).
|
||||||
The defaults are
|
The defaults are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue