Displaying 1 result from an estimated 1 matches for "dsa_authentication".
Did you mean:
rsa_authentication
2000 Aug 04
0
Combining RSA host authentication with another method
...0
--- openssh-2.1.1p4/servconf.c Fri Aug 4 10:49:16 2000
***************
*** 52,57 ****
--- 52,58 ----
options->rhosts_authentication = -1;
options->rhosts_rsa_authentication = -1;
options->rsa_authentication = -1;
+ options->rsa_host_other_authentication = -1;
options->dsa_authentication = -1;
#ifdef KRB4
options->kerberos_authentication = -1;
***************
*** 130,135 ****
--- 131,138 ----
options->rhosts_rsa_authentication = 0;
if (options->rsa_authentication == -1)
options->rsa_authentication = 1;
+ if (options->rsa_host_other_authentication ==...