comparison runopts.h @ 418:ab57ba0cb667

Add '-y' option to dbclient to accept the host key without checking - patch from Luciano Miguel Ferreira Rocha.
author Matt Johnston <matt@ucc.asn.au>
date Sun, 11 Feb 2007 08:50:21 +0000
parents d965110e3f5c
children 337c45621e81
comparison
equal deleted inserted replaced
417:fb02e3180d90 418:ab57ba0cb667
100 100
101 char *username; 101 char *username;
102 102
103 char *cmd; 103 char *cmd;
104 int wantpty; 104 int wantpty;
105 int always_accept_key;
105 int no_cmd; 106 int no_cmd;
106 int backgrounded; 107 int backgrounded;
107 #ifdef ENABLE_CLI_PUBKEY_AUTH 108 #ifdef ENABLE_CLI_PUBKEY_AUTH
108 struct SignKeyList *privkeys; /* Keys to use for public-key auth */ 109 struct SignKeyList *privkeys; /* Keys to use for public-key auth */
109 #endif 110 #endif