From a1b9afefe50fbbdf6391e94ab21e6e7645eabe4d Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 12 Apr 2024 23:08:22 +0900 Subject: add -o SSH_OPTION option --- include/mscp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mscp.h') diff --git a/include/mscp.h b/include/mscp.h index c16a332..fa8af65 100644 --- a/include/mscp.h +++ b/include/mscp.h @@ -61,6 +61,7 @@ struct mscp_ssh_opts { char *port; /** ssh port */ int ai_family; /** address family */ 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 *cipher; /** cipher spec */ char *hmac; /** hmacp spec */ -- cgit v1.2.3