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.rst | |
parent | e47d5b76e6cfcd649960019ca8c58d7c5d5a5930 (diff) |
add -J proxyjump option (#15)
Diffstat (limited to 'doc/mscp.rst')
-rw-r--r-- | doc/mscp.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/mscp.rst b/doc/mscp.rst index 9935d21..213e9c5 100644 --- a/doc/mscp.rst +++ b/doc/mscp.rst @@ -2,7 +2,7 @@ MSCP ==== -:Date: v0.1.5-16-ga1ba6f1 +:Date: v0.1.5-18-ge47d5b7 NAME ==== @@ -18,8 +18,8 @@ SYNOPSIS **-S** *MAX_CHUNK_SIZE* ] [ **-a** *NR_AHEAD* ] [ **-b** *BUF_SIZE* ] [ **-L** *LIMIT_BITRATE* ] [ **-l** *LOGIN_NAME* ] [ **-P** *PORT* ] [ **-F** *SSH_CONFIG* ] [ **-o** *SSH_OPTION* ] [ **-i** *IDENTITY* ] [ -**-c** *CIPHER* ] [ **-M** *HMAC* ] [ **-C** *COMPRESS* ] [ **-g** -*CONGESTION* ] *source ... target* +**-J** *DESTINATION* ] [ **-c** *CIPHER* ] [ **-M** *HMAC* ] [ **-C** +*COMPRESS* ] [ **-g** *CONGESTION* ] *source ... target* DESCRIPTION =========== @@ -159,6 +159,11 @@ OPTIONS **-i IDENTITY** Specifies the identity file for public key authentication. +**-J DESTINATION** + A shortcut to define a **ProxyJump** configuration directive. Each + SFTP session of **mscp** connects to the target host by first making + an **ssh** connection to the jump host described by *destination.* + **-c CIPHER** Selects the cipher to use for encrypting the data transfer. See `libssh features <https://www.libssh.org/features/>`__. |