Operating System - Linux
1753404 Members
6991 Online
108793 Solutions
New Discussion юеВ

unable to ssh out of centos4 server

 
Rob Hausler
Occasional Advisor

unable to ssh out of centos4 server

Using the openssh-clients we are unable to ssh out of the server..

we just get a blank line after typing "ssh hostname" or even by "ssh ipaddress"
4 REPLIES 4
Ivan Ferreira
Honored Contributor

Re: unable to ssh out of centos4 server

What is the status of your firewall?

service iptables status

Try stopping the firewall

service iptables stop
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Rob Hausler
Occasional Advisor

Re: unable to ssh out of centos4 server

Have tried stopping iptables - no difference.
Ivan Krastev
Honored Contributor

Re: unable to ssh out of centos4 server

Hello Rob,

try with
ssh -vvv hostname
to see more details.

regards,
ivan
Rob Hausler
Occasional Advisor

Re: unable to ssh out of centos4 server

The response i get is..

OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to hostname [IPAddress] port 22.

{real hostnames and IP's removed for security}