From 03b857b51a53763ce4fecff935bd98f79aae77db Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 2 Dec 2022 21:13:13 +0900 Subject: add -M hmac option --- src/ssh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ssh.h') diff --git a/src/ssh.h b/src/ssh.h index 905cd62..6df6e6d 100644 --- a/src/ssh.h +++ b/src/ssh.h @@ -11,6 +11,7 @@ struct ssh_opts { char *port; /* -p */ char *identity; /* -i */ char *cipher; /* -c */ + char *hmac; /* -M */ int compress; /* -C */ int debuglevel; /* -v */ bool no_hostkey_check; /* -H */ -- cgit v1.2.3