add -M hmac option

This commit is contained in:
Ryo Nakamura
2022-12-02 21:13:13 +09:00
parent d646fc1f89
commit 03b857b51a
3 changed files with 22 additions and 5 deletions

View File

@@ -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 */