diff runopts.h @ 847:f4bb964c8678 keyondemand

Add '-R' for delayed hostkey option
author Matt Johnston <matt@ucc.asn.au>
date Thu, 07 Nov 2013 23:49:37 +0800
parents d4ce5269a439
children a0819ecfee0b
line wrap: on
line diff
--- a/runopts.h	Thu Nov 07 00:18:52 2013 +0800
+++ b/runopts.h	Thu Nov 07 23:49:37 2013 +0800
@@ -100,6 +100,8 @@
 
 	sign_key *hostkey;
 
+	int delay_hostkey;
+
 	char *hostkey_files[MAX_HOSTKEYS];
 	int num_hostkey_files;