comparison runopts.h @ 772:7fc0aeada79c

-y -y to disable hostkey checking fix missing trailing space when passing arguments for multihop mode From Hans Harder
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Apr 2013 22:49:10 +0800
parents c58a15983808
children 7dcb46da72d9
comparison
equal deleted inserted replaced
719:1b8b2b9d6e94 772:7fc0aeada79c
119 char *username; 119 char *username;
120 120
121 char *cmd; 121 char *cmd;
122 int wantpty; 122 int wantpty;
123 int always_accept_key; 123 int always_accept_key;
124 int no_hostkey_check;
124 int no_cmd; 125 int no_cmd;
125 int backgrounded; 126 int backgrounded;
126 int is_subsystem; 127 int is_subsystem;
127 #ifdef ENABLE_CLI_PUBKEY_AUTH 128 #ifdef ENABLE_CLI_PUBKEY_AUTH
128 m_list *privkeys; /* Keys to use for public-key auth */ 129 m_list *privkeys; /* Keys to use for public-key auth */