summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index 05e6cf4..ed34658 100644
--- a/runopts.h
+++ b/runopts.h
@@ -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