diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-04-12 23:08:22 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-04-12 23:08:22 +0900 |
commit | a1b9afefe50fbbdf6391e94ab21e6e7645eabe4d (patch) | |
tree | 8f0fa87ac9c014395a60781c9a3af55060d6b70a /doc/mscp.1.in | |
parent | bf7e2c3ae340464d4de7b4ba105decdbd7c40450 (diff) |
add -o SSH_OPTION option
Diffstat (limited to 'doc/mscp.1.in')
-rw-r--r-- | doc/mscp.1.in | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index 182fc84..3513488 100644 --- a/doc/mscp.1.in +++ b/doc/mscp.1.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,13 +250,20 @@ 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. |