![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with dd command or maybe AFS problem | Anta | Shell Programming and Scripting | 0 | 08-25-2006 07:10 AM |
| SSH Problem auth problem | budrito | UNIX for Advanced & Expert Users | 1 | 03-17-2004 07:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi All,
I get the following error message when i try to ssh to a node Code:
ssh_exchange_identification: Connection closed by remote host Code:
Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to crmsam [10.148.123.140] port 22. debug1: Connection established. debug1: identity file /home/rkadm/.ssh/identity type -1 debug1: identity file /home/rkadm/.ssh/id_rsa type 1 debug1: identity file /home/rkadm/.ssh/id_dsa type -1 ssh_exchange_identification: Connection closed by remote host debug1: Calling cleanup 0x8070c6c(0x0) Please suggest. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Check the files in /etc : hosts.allow, hosts.deny, comment what you have there and test. Restart the sshd and check the /var/log/messages or other respective log file for obvious errors. Check your /etc/ssh/sshd_config as well.
|
||||
| Google The UNIX and Linux Forums |