summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-04-14 15:49:27 +0900
committerRyo Nakamura <upa@haeena.net>2024-04-14 16:22:31 +0900
commit4ce62079cf1254553cd34e5d3b315e1548bfa191 (patch)
treefcf4188cbfa79402c933f37db9bd218fc3d235b8 /include
parente47d5b76e6cfcd649960019ca8c58d7c5d5a5930 (diff)
add -J proxyjump option (#15)
Diffstat (limited to 'include')
-rw-r--r--include/mscp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mscp.h b/include/mscp.h
index fa8af65..8519f23 100644
--- a/include/mscp.h
+++ b/include/mscp.h
@@ -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 */