From 4ce62079cf1254553cd34e5d3b315e1548bfa191 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sun, 14 Apr 2024 15:49:27 +0900 Subject: add -J proxyjump option (#15) --- include/mscp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ -- cgit v1.2.3