diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-09-23 15:57:26 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-09-23 15:57:26 +0000 |
commit | efe45cddbe3a2e3dce3bd6c61038eee381c3ebe2 (patch) | |
tree | f91478d1b8b2580a6bb0322afc8591b382a03e33 /runopts.h | |
parent | b98d13effb635f0f0ad76b05c2e7616f3e99305a (diff) |
- Enable -s for specifying a subsystem (such as sftp)
--HG--
extra : convert_revision : c7b916e6c522f16f06fe1bd52815ba13aa88b90b
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |