summaryrefslogtreecommitdiff
path: root/src/ssh.h
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2022-12-02 21:13:13 +0900
committerRyo Nakamura <upa@haeena.net>2022-12-02 21:13:13 +0900
commit03b857b51a53763ce4fecff935bd98f79aae77db (patch)
tree4c7285061b9b64bae5bc19c1f1390eb8aa227222 /src/ssh.h
parentd646fc1f894e1a408cba0a31a35901ac78ab4de3 (diff)
add -M hmac option
Diffstat (limited to 'src/ssh.h')
-rw-r--r--src/ssh.h1
1 files changed, 1 insertions, 0 deletions
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 */