diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-04-14 15:49:27 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-04-14 16:22:31 +0900 |
commit | 4ce62079cf1254553cd34e5d3b315e1548bfa191 (patch) | |
tree | fcf4188cbfa79402c933f37db9bd218fc3d235b8 /doc/mscp.1.in | |
parent | e47d5b76e6cfcd649960019ca8c58d7c5d5a5930 (diff) |
add -J proxyjump option (#15)
Diffstat (limited to 'doc/mscp.1.in')
-rw-r--r-- | doc/mscp.1.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index 4d3184e..c180a13 100644 --- a/doc/mscp.1.in +++ b/doc/mscp.1.in @@ -56,6 +56,9 @@ mscp \- copy files over multiple SSH connections .BI \-i \ IDENTITY\c ] [\c +.BI \-J \ DESTINATION\c +] +[\c .BI \-c \ CIPHER\c ] [\c @@ -271,6 +274,19 @@ supports. Specifies the identity file for public key authentication. .TP +.B \-J \fIDESTINATION\fR +A shortcut to define a +.B ProxyJump +configuration directive. Each SFTP session of +.B mscp +connects to the target host by first making an +.B ssh +connection to the jump host described by +.I destination. + + + +.TP .B \-c \fICIPHER\fR Selects the cipher to use for encrypting the data transfer. See .UR https://\:www\:.libssh\:.org/\:features/ |