diff options
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -84,6 +84,7 @@ typedef struct svr_runopts { sign_key *hostkey; buffer * banner; + char * pidfile; } svr_runopts; @@ -102,6 +103,9 @@ typedef struct cli_runopts { char *cmd; int wantpty; + int always_accept_key; + int no_cmd; + int backgrounded; #ifdef ENABLE_CLI_PUBKEY_AUTH struct SignKeyList *privkeys; /* Keys to use for public-key auth */ #endif |