Add '-y' option to dbclient to accept the host key without checking

- patch from Luciano Miguel Ferreira Rocha.

--HG--
extra : convert_revision : 924b731b50d4147eed8e9382c98a2573259a6cad
This commit is contained in:
Matt Johnston
2007-02-11 08:50:21 +00:00
parent fc0e723805
commit cd0a08896c
3 changed files with 33 additions and 18 deletions

View File

@@ -102,6 +102,7 @@ typedef struct cli_runopts {
char *cmd;
int wantpty;
int always_accept_key;
int no_cmd;
int backgrounded;
#ifdef ENABLE_CLI_PUBKEY_AUTH