SSH Kerberos Auth in Mac OSX 10.7

Posted by deemstone on Server Fault See other posts from Server Fault or by deemstone
Published on 2011-07-26T07:19:23Z Indexed on 2012/04/08 11:32 UTC
Read the original article Hit count: 458

Filed under:
|
|
|

I just upgrade my Mac OS to 10.7 Lion.

It has worked well before. But , Only kinit working normally now, can't ssh to my server.

After reinstall the "Mac OS X Kerberos Extras" , nothing better.

Anyone give me a help? Thanks a lot!!

my command line :

Myname$ ssh [email protected] -v

......

debug1: Authentications that can continue: gssapi-with-mic,password
debug1: Next authentication method: gssapi-with-mic
debug1:  Miscellaneous failure (see text)
UNKNOWN_SERVER while looking up 'host/[email protected]' (cached result, timeout in 1200 sec)

debug1:  An invalid name was supplied
unknown mech-code 0 for mech 1 2 752 43 14 2

debug1:  Miscellaneous failure (see text)
unknown mech-code 0 for mech 1 3 6 1 5 5 14

debug1: Authentications that can continue: gssapi-with-mic,password
debug1:  An unsupported mechanism was requested
unknown mech-code 0 for mech 1 3 5 1 5 2 7

debug1:  Miscellaneous failure (see text)
unknown mech-code 0 for mech 1 3 6 1 5 2 5

debug1: Next authentication method: password
[email protected]'s password:

© Server Fault or respective owner

Related posts about ssh

Related posts about mac