OpenSolaris

Printable Version Enter a New Search
Bug ID 6647693
Synopsis ssh fails for user with no NIS+ credentials
State 10-Fix Delivered (Fix available in build)
Category:Subcategory nis_plus:password
Keywords rtiq_regression
Responsible Engineer Serge Dussud
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_83
Fixed In snv_83
Release Fixed solaris_nevada(snv_83)
Related Bugs 6569824
Submit Date 7-January-2008
Last Update Date 13-February-2008
Description
It is not possible to log to ssh server running snv_80 if user has no NIS+ credentials.
After entering the password 3 times, permission is denied.

bash-3.00$ ssh some_machine
Password:
Password:
Password:
Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive).
Work Around
Use ssh public key method instead for login.

To set it up run e.g:

$ ssh-keygen -t dsa
$ cat .ssh/id_dsa.pub >> $HOME/.ssh/authorized_keys
$ chmod 0600 $HOME/.ssh/authorized_keys
$ ssh -i ~/.ssh/id_dsa pod6.uk
Comments
N/A