![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix Arithmatic operation issue , datatype issue | thambi | Shell Programming and Scripting | 23 | 02-19-2008 07:19 AM |
| ftp issue | ravi raj kumar | Shell Programming and Scripting | 5 | 02-06-2008 08:24 AM |
| awk issue on AIX | ranj@chn | Shell Programming and Scripting | 1 | 07-04-2007 07:22 AM |
| Issue with rsh | sriram.s | AIX | 5 | 07-03-2007 12:37 PM |
| FTP issue | u263066 | Shell Programming and Scripting | 1 | 07-28-2006 07:18 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ssh issue
Im using the default ssh program on a solaris 9 system to connect to another server. When connecting to the other host it make me type my password in 3 to 4 times before letting me in. Is anyone familar with this?
|
|
||||
|
With the verbose set and further research it looks like ssh steps through a few authentication methods. It uses password, public key, then keyboard interactive. It allows me to connect when keyboard-interactive is used. I cannot however figure out how to set ssh to use keyboard-interactive by default with this version of ssh. Ive read in other versions that you can set it in the ssh_config file but in the solaris default version many of those options dont exist. Anybody know a solution or do i have to install a new ssh package? thanks
|
|
||||
|
Keyboard-interactive should have been set by default but you can configure this in solaris 9 in /etc/ssh/sshd_config
if this did not solve your problem run sshd in debug mode. I mine start like this ./sshd -d -d or /usr/lib/ssh/sshd -d -d then try to connect via ssh to the solaris 9 machine this will show you why the machine is refusing connection. |
|
|||||
|
You can donwload the openSSH from www.sunfreeware.com.
Try using it and see if you get the same problems? /Peter |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|