mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
man: add available values for -c -M and -g options
This commit is contained in:
@@ -289,6 +289,10 @@ connection to the jump host described by
|
|||||||
.TP
|
.TP
|
||||||
.B \-c \fICIPHER\fR
|
.B \-c \fICIPHER\fR
|
||||||
Selects the cipher to use for encrypting the data transfer. See
|
Selects the cipher to use for encrypting the data transfer. See
|
||||||
|
.B mscp -h
|
||||||
|
or
|
||||||
|
.B Ciphers
|
||||||
|
in
|
||||||
.UR https://\:www\:.libssh\:.org/\:features/
|
.UR https://\:www\:.libssh\:.org/\:features/
|
||||||
libssh features
|
libssh features
|
||||||
.UE .
|
.UE .
|
||||||
@@ -296,6 +300,10 @@ libssh features
|
|||||||
.TP
|
.TP
|
||||||
.B \-M \fIHMAC\fR
|
.B \-M \fIHMAC\fR
|
||||||
Specifies MAC hash algorithms. See
|
Specifies MAC hash algorithms. See
|
||||||
|
.B mscp -h
|
||||||
|
or
|
||||||
|
.B MAC hashes
|
||||||
|
in
|
||||||
.UR https://\:www\:.libssh\:.org/\:features/
|
.UR https://\:www\:.libssh\:.org/\:features/
|
||||||
libssh features
|
libssh features
|
||||||
.UE .
|
.UE .
|
||||||
@@ -311,6 +319,9 @@ libssh features
|
|||||||
.TP
|
.TP
|
||||||
.B \-g \fICONGESTION\fR
|
.B \-g \fICONGESTION\fR
|
||||||
Specifies the TCP congestion control algorithm to use (Linux only).
|
Specifies the TCP congestion control algorithm to use (Linux only).
|
||||||
|
See
|
||||||
|
.B sysctl net.ipv4.tcp_allowed_congestion_control
|
||||||
|
for available values.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-p
|
.B \-p
|
||||||
|
|||||||
11
doc/mscp.rst
11
doc/mscp.rst
@@ -2,7 +2,7 @@
|
|||||||
MSCP
|
MSCP
|
||||||
====
|
====
|
||||||
|
|
||||||
:Date: v0.2.0-5-g08660bb
|
:Date: v0.2.0-7-gab6649f
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
====
|
====
|
||||||
@@ -166,11 +166,12 @@ OPTIONS
|
|||||||
|
|
||||||
**-c CIPHER**
|
**-c CIPHER**
|
||||||
Selects the cipher to use for encrypting the data transfer. See
|
Selects the cipher to use for encrypting the data transfer. See
|
||||||
`libssh features <https://www.libssh.org/features/>`__.
|
**mscp -h** or **Ciphers** in `libssh
|
||||||
|
features <https://www.libssh.org/features/>`__.
|
||||||
|
|
||||||
**-M HMAC**
|
**-M HMAC**
|
||||||
Specifies MAC hash algorithms. See `libssh
|
Specifies MAC hash algorithms. See **mscp -h** or **MAC hashes** in
|
||||||
features <https://www.libssh.org/features/>`__.
|
`libssh features <https://www.libssh.org/features/>`__.
|
||||||
|
|
||||||
**-C COMPRESS**
|
**-C COMPRESS**
|
||||||
Enables compression: yes, no, zlib, zlib@openssh.com. The default is
|
Enables compression: yes, no, zlib, zlib@openssh.com. The default is
|
||||||
@@ -178,6 +179,8 @@ OPTIONS
|
|||||||
|
|
||||||
**-g CONGESTION**
|
**-g CONGESTION**
|
||||||
Specifies the TCP congestion control algorithm to use (Linux only).
|
Specifies the TCP congestion control algorithm to use (Linux only).
|
||||||
|
See **sysctl net.ipv4.tcp_allowed_congestion_control** for available
|
||||||
|
values.
|
||||||
|
|
||||||
**-p**
|
**-p**
|
||||||
Preserves modification times and access times (file mode bits are
|
Preserves modification times and access times (file mode bits are
|
||||||
|
|||||||
Reference in New Issue
Block a user