mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
update man for -B option
This commit is contained in:
@@ -227,8 +227,8 @@ indicates 100 Mbps.
|
|||||||
.B \-B \fIBIND_ADDR\fR
|
.B \-B \fIBIND_ADDR\fR
|
||||||
Specifies a local IP address to bind. When multiple -B options are
|
Specifies a local IP address to bind. When multiple -B options are
|
||||||
specified, SSH connections will be bound to the addresses in a round
|
specified, SSH connections will be bound to the addresses in a round
|
||||||
robin manner. This feature enables using multiple NICs having differnt
|
robin manner. This feature enables using multiple network interfaces
|
||||||
IP addresses.
|
having differnt IP addresses.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-4
|
.B \-4
|
||||||
@@ -445,6 +445,18 @@ will be faster than the default chacha20-poly1305 cipher, particularly
|
|||||||
on hosts that support AES-NI.
|
on hosts that support AES-NI.
|
||||||
|
|
||||||
|
|
||||||
|
.PP
|
||||||
|
Use multiple network interfaces having different IP addresses:
|
||||||
|
|
||||||
|
.nf
|
||||||
|
$ mscp -n 9 -B 10.0.0.10 -B 10.0.0.11 -B 10.0.0.12 many-large-files 192.168.0.1:dst/
|
||||||
|
.fi
|
||||||
|
|
||||||
|
Out of the 9 SSH connections, three of them are bound to each of
|
||||||
|
10.0.0.10, 10.0.0.11, and 10.0.0.12 in a round robin manner.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR scp (1),
|
.BR scp (1),
|
||||||
.BR ssh (1),
|
.BR ssh (1),
|
||||||
|
|||||||
15
doc/mscp.rst
15
doc/mscp.rst
@@ -2,7 +2,7 @@
|
|||||||
MSCP
|
MSCP
|
||||||
====
|
====
|
||||||
|
|
||||||
:Date: v0.2.4-2-g7b5a970
|
:Date: v0.2.4-6-gcd61363
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
====
|
====
|
||||||
@@ -124,8 +124,8 @@ OPTIONS
|
|||||||
**-B BIND_ADDR**
|
**-B BIND_ADDR**
|
||||||
Specifies a local IP address to bind. When multiple -B options are
|
Specifies a local IP address to bind. When multiple -B options are
|
||||||
specified, SSH connections will be bound to the addresses in a round
|
specified, SSH connections will be bound to the addresses in a round
|
||||||
robin manner. This feature enables using multiple NICs having
|
robin manner. This feature enables using multiple network interfaces
|
||||||
differnt IP addresses.
|
having differnt IP addresses.
|
||||||
|
|
||||||
**-4**
|
**-4**
|
||||||
Uses IPv4 addresses only.
|
Uses IPv4 addresses only.
|
||||||
@@ -276,6 +276,15 @@ SFTP WRITE/READ commands, and **-c aes128-gcm@openssh.com** will be
|
|||||||
faster than the default chacha20-poly1305 cipher, particularly on hosts
|
faster than the default chacha20-poly1305 cipher, particularly on hosts
|
||||||
that support AES-NI.
|
that support AES-NI.
|
||||||
|
|
||||||
|
Use multiple network interfaces having different IP addresses:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
$ mscp -n 9 -B 10.0.0.10 -B 10.0.0.11 -B 10.0.0.12 many-large-files 192.168.0.1:dst/
|
||||||
|
|
||||||
|
Out of the 9 SSH connections, three of them are bound to each of
|
||||||
|
10.0.0.10, 10.0.0.11, and 10.0.0.12 in a round robin manner.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user