Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
846:b298bb438625 | 847:f4bb964c8678 |
---|---|
98 int nolocaltcp; | 98 int nolocaltcp; |
99 #endif | 99 #endif |
100 | 100 |
101 sign_key *hostkey; | 101 sign_key *hostkey; |
102 | 102 |
103 int delay_hostkey; | |
104 | |
103 char *hostkey_files[MAX_HOSTKEYS]; | 105 char *hostkey_files[MAX_HOSTKEYS]; |
104 int num_hostkey_files; | 106 int num_hostkey_files; |
105 | 107 |
106 buffer * banner; | 108 buffer * banner; |
107 char * pidfile; | 109 char * pidfile; |