$NetBSD: patch-be,v 1.1 2000/03/20 02:25:42 itojun Exp $ --- readconf.h.orig Wed May 12 07:19:27 1999 +++ readconf.h Fri Dec 24 21:50:42 1999 @@ -85,6 +85,9 @@ int rsa_authentication; /* Try RSA authentication. */ int kerberos_authentication; /* Try Kerberos authentication. */ int kerberos_tgt_passing; /* Try Kerberos tgt passing. */ +#ifdef AFS + int afs_token_passing; /* Try AFS token passing. */ +#endif /* AFS */ int tis_authentication; /* Try TIS authsrv authentication. */ int password_authentication; /* Try password authentication. */ int fallback_to_rsh; /* Use rsh if cannot connect with ssh. */ @@ -98,6 +101,9 @@ int use_privileged_port; /* Use privileged port */ int port; /* Port to connect. */ +#ifdef ENABLE_ANOTHER_PORT_TRY + int another_port; /* Port to connect for -A option. */ +#endif /* ENABLE_ANOTHER_PORT_TRY */ int connection_attempts; /* Max attempts (seconds) before giving up */ int number_of_password_prompts; /* Max number of password prompts */ int password_prompt_login; /* Show remote login at password prompt */