Назад | Перейти на главную страницу

SSH Kerberos Auth в Mac OSX 10.7

Я просто обновил свою Mac OS до 10.7 Lion.

Раньше это работало хорошо. Но, только kinit теперь работает нормально, не может ssh на мой сервер.

После переустановки «Mac OS X Kerberos Extras» ничего лучше.

Кто-нибудь мне поможет? Большое спасибо!!

моя командная строка:

Myname$ ssh root@10.3.18.211 -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/10.3.18.211@3.18.211' (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
root@10.3.18.211's password:

Вам необходимо подключиться по SSH к FQDN вашего сервера, а не к его IP-адресу. Убедитесь, что основным именем сервера является полное доменное имя.