diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-12-02 21:13:13 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-12-02 21:13:13 +0900 |
commit | 03b857b51a53763ce4fecff935bd98f79aae77db (patch) | |
tree | 4c7285061b9b64bae5bc19c1f1390eb8aa227222 /src/ssh.h | |
parent | d646fc1f894e1a408cba0a31a35901ac78ab4de3 (diff) |
add -M hmac option
Diffstat (limited to 'src/ssh.h')
-rw-r--r-- | src/ssh.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |