summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-04-14 22:49:10 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-04-14 22:49:10 +0800
commit4404126501ba18184a8e04f815c21e7a9184414a (patch)
tree1e4837b191f9c31195bf12309f6cd3bdf0d70361 /runopts.h
parent156e0187bf550f42203a313c60fbb7ef82947eee (diff)
-y -y to disable hostkey checking
fix missing trailing space when passing arguments for multihop mode From Hans Harder
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index 9cd84d0..0dc3088 100644
--- a/runopts.h
+++ b/runopts.h
@@ -121,6 +121,7 @@ typedef struct cli_runopts {
char *cmd;
int wantpty;
int always_accept_key;
+ int no_hostkey_check;
int no_cmd;
int backgrounded;
int is_subsystem;