diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-11 22:58:40 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-11 22:58:40 +0000 |
commit | 60d81ea24be4e04ee33496f2cb2e3f96f8ae2c32 (patch) | |
tree | a5c4c826ebf59a356df309188208575df187b0dc /usr.bin/ssh/ssh.h | |
parent | 0ca57a9a9e8a83c9582b41197d55c27e30a58264 (diff) |
IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r-- | usr.bin/ssh/ssh.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index 13fd5759f93..d6002aa11bd 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -13,7 +13,7 @@ Generic header file for ssh. */ -/* RCSID("$Id: ssh.h,v 1.18 1999/11/10 23:36:44 markus Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.19 1999/11/11 22:58:38 markus Exp $"); */ #ifndef SSH_H #define SSH_H @@ -317,8 +317,7 @@ int auth_rhosts(struct passwd *pw, const char *client_user, its host key. Returns true if authentication succeeds. */ int auth_rhosts_rsa(struct passwd *pw, const char *client_user, unsigned int bits, BIGNUM *client_host_key_e, - BIGNUM *client_host_key_n, int ignore_rhosts, - int strict_modes); + BIGNUM *client_host_key_n); /* Tries to authenticate the user using password. Returns true if authentication succeeds. */ |