mirror of
https://github.com/upa/mscp.git
synced 2026-03-15 21:12:43 +08:00
add -o SSH_OPTION option
This commit is contained in:
@@ -47,7 +47,10 @@ mscp \- copy files over multiple SSH connections
|
||||
.BI \-P \ PORT\c
|
||||
]
|
||||
[\c
|
||||
.BI \-F \ CONFIG\c
|
||||
.BI \-F \ SSH_CONFIG\c
|
||||
]
|
||||
[\c
|
||||
.BI \-o \ SSH_OPTION\c
|
||||
]
|
||||
[\c
|
||||
.BI \-i \ IDENTITY\c
|
||||
@@ -247,12 +250,19 @@ Specifies the port number to connect to on the remote machine as with
|
||||
ssh(1) and scp(1).
|
||||
|
||||
.TP
|
||||
.B \-F \fICONFIG\fR
|
||||
.B \-F \fISSH_CONFIG\fR
|
||||
Specifies an alternative per-user ssh configuration file. Note that
|
||||
acceptable options in the configuration file are what
|
||||
.I libssh
|
||||
supports.
|
||||
|
||||
.TP
|
||||
.B \-o \fISSH_OPTION\fR
|
||||
Specifies ssh options in the format used in ssh_config. Note that
|
||||
acceptable options are what
|
||||
.I libssh
|
||||
supports.
|
||||
|
||||
.TP
|
||||
.B \-i \fIIDENTITY\fR
|
||||
Specifies the identity file for public key authentication.
|
||||
|
||||
Reference in New Issue
Block a user