diff runopts.h @ 772:7fc0aeada79c

-y -y to disable hostkey checking fix missing trailing space when passing arguments for multihop mode From Hans Harder
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Apr 2013 22:49:10 +0800
parents c58a15983808
children 7dcb46da72d9
line wrap: on
line diff
--- a/runopts.h	Thu Mar 21 23:29:04 2013 +0800
+++ b/runopts.h	Sun Apr 14 22:49:10 2013 +0800
@@ -121,6 +121,7 @@
 	char *cmd;
 	int wantpty;
 	int always_accept_key;
+	int no_hostkey_check;
 	int no_cmd;
 	int backgrounded;
 	int is_subsystem;