
tcreedon at easystreet
Apr 3, 2009, 4:29 PM
Post #3 of 9
(1110 views)
Permalink
|
sshd_conf aaadn ssh_conf # GSSAPI options GSSAPIAuthentication yes GSSAPICleanupCredentials yes ssh -vvvv -o PreferredAuthentications=gssapi-with-mic localhost debug1: Authentications that can continue: publickey,gssapi-with-mic,password,keyboard-interactive debug3: start over, passed a different list publickey,gssapi-with-mic,password,keyboard-interactive debug3: preferred gssapi-with-mic debug3: authmethod_lookup gssapi-with-mic debug3: remaining preferred: debug1: No more authentication methods to try. Permission denied (publickey,gssapi-with-mic,password,keyboard-interactive). when I troubleshoot using DDD I find that the gssapi-with-mic enable field is off when the client checks up on it.. I'm trying to find where its set.. On Fri, Apr 3, 2009 at 4:05 PM, Simon Wilkinson <sxw [at] inf> wrote: > > On 3 Apr 2009, at 23:55, Ted Creedon wrote: > >> >> Questiion - what enables gssapi-with-mic? >> > > The GSSAPIAuthentication configuration directive. See the ssh_config man > page. > > S. > > _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
|