mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
add -J proxyjump option (#15)
This commit is contained in:
@@ -63,6 +63,7 @@ struct mscp_ssh_opts {
|
||||
char *config; /** path to ssh_config, default ~/.ssh/config*/
|
||||
char **options; /** array of ssh_config options, terminated by NULL */
|
||||
char *identity; /** path to private key */
|
||||
char *proxyjump; /** ProxyJump configuration directive (shortcut) */
|
||||
char *cipher; /** cipher spec */
|
||||
char *hmac; /** hmacp spec */
|
||||
char *compress; /** yes, no, zlib@openssh.com */
|
||||
|
||||
Reference in New Issue
Block a user