Displaying 2 results from an estimated 2 matches for "okerberosauthentication".
Did you mean:
kerberosauthentication
2003 Jan 07
1
[Bug 281] unable to authorize with local shadow password
http://bugzilla.mindrot.org/show_bug.cgi?id=281
------- Additional Comments From djm at mindrot.org 2003-01-07 18:15 -------
does "ssh -oKerberosAuthentication=no host" work?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Nov 04
2
OPIE patch for current CVS
...quot;, oChallengeResponseAuthentication }, /* alias */
{ "tisauthentication", oChallengeResponseAuthentication }, /* alias */
+ { "opieauthentication", oChallengeResponseAuthentication }, /* alias */
#if defined(KRB4) || defined(KRB5)
{ "kerberosauthentication", oKerberosAuthentication },
#endif
diff -x CVS -wNur ../cvs/other/openssh_cvs/servconf.c openssh_cvs/servconf.c
--- ../cvs/other/openssh_cvs/servconf.c Wed Sep 12 18:32:15 2001
+++ openssh_cvs/servconf.c Sun Nov 4 01:44:27 2001
@@ -286,6 +286,7 @@
{ "kbdinteractiveauthentication", sKbdInteractiveAuthenticatio...