LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   unable to ssh (https://www.linuxquestions.org/questions/linux-server-73/unable-to-ssh-4175445636/)

linishjacob88 01-14-2013 09:38 PM

unable to ssh
 
i am not able to ssh to remote server but i am getting
success ping response....plz help

EricTRA 01-14-2013 11:45 PM

Hello and welcome to LinuxQuestions,

Way to little information to troubleshoot. Do you have other access to the remote server? Is it your server to which you want to connect? Can you run the following to check if the port is open and to see where the connection fails:
Code:

telnet <yourserver> 22 OR nmap -p 22 <yourserver>
ssh -v <yourserver>

and post the output here.

Looking forward to your participation in the forums. Have fun with Linux.

Kind regards,

Eric

linishjacob88 01-15-2013 03:56 AM

unable to ssh
 
Quote:

Originally Posted by EricTRA (Post 4870215)
Hello and welcome to LinuxQuestions,

Way to little information to troubleshoot. Do you have other access to the remote server? Is it your server to which you want to connect? Can you run the following to check if the port is open and to see where the connection fails:
Code:

telnet <yourserver> 22 OR nmap -p 22 <yourserver>
ssh -v <yourserver>

and post the output here.

Looking forward to your participation in the forums. Have fun with Linux.

Kind regards,

Eric




hi,

we reboot the server after that its working fine...Thanks for your valued information....please keep in touch...


thanks & regards
Linish

EricTRA 01-15-2013 04:29 AM

Hi,

Great! Most likely there was a problem with the SSH server and rebooting fixed it. Please mark the thread as solved if you consider your problem as such.

Kind regards,

Eric


All times are GMT -5. The time now is 07:57 PM.