summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-09-23 15:57:26 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-09-23 15:57:26 +0000
commitefe45cddbe3a2e3dce3bd6c61038eee381c3ebe2 (patch)
treef91478d1b8b2580a6bb0322afc8591b382a03e33 /runopts.h
parentb98d13effb635f0f0ad76b05c2e7616f3e99305a (diff)
- Enable -s for specifying a subsystem (such as sftp)
--HG-- extra : convert_revision : c7b916e6c522f16f06fe1bd52815ba13aa88b90b
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index e9d2363..cc39ee4 100644
--- a/runopts.h
+++ b/runopts.h
@@ -109,6 +109,7 @@ typedef struct cli_runopts {
int always_accept_key;
int no_cmd;
int backgrounded;
+ int is_subsystem;
#ifdef ENABLE_CLI_PUBKEY_AUTH
struct SignKeyList *privkeys; /* Keys to use for public-key auth */
#endif