sshd doesn't set SSH_AUTH_RHOSTS as supported authentication

Niels Provos provos at citi.umich.edu
Fri Jan 14 08:23:55 EST 2000


In message <Pine.BSF.4.10.10001131427490.65453-100000 at atelier.acadiau.ca>, "Mar
c G. Fournier" writes:
>Now, in servconf.c, options.rhosts_authentication is set to 0 if
>IgnoreRhosts is no:
>
>    case sIgnoreRhosts:
>      intptr = &options->ignore_rhosts;
>parse_flag:
>      cp = strtok(NULL, WHITESPACE);
>      fprintf(stderr, "sIgnoreRhosts triggered as %s\n", cp);
Your debug fprintf is rather bogus, many case statements reuse this
code by jumping to parse_flag. That also explains why you got so many
print outs in your log.

Niels.





More information about the openssh-unix-dev mailing list