Kerberos password authentication and SSH2
Markus Friedl
markus.friedl at informatik.uni-erlangen.de
Sun Jan 14 08:53:48 EST 2001
ok, it's in the tree.
-m
On Thu, Jan 11, 2001 at 05:36:36PM -0500, Kevin Sullivan wrote:
> -#ifdef KRB4
> - /* turn off kerberos, not supported by SSH2 */
> - options.kerberos_authentication = 0;
> -#endif
> +#ifdef AFS
> + /* If machine has AFS, set process authentication group. */
> + if (k_hasafs()) {
> + k_setpag();
> + k_unlog();
> + }
> +#endif /* AFS */
> +
More information about the openssh-unix-dev
mailing list