I am trying to ssh from my laptop (Ubuntu) to server box (CentOS). My client is behind of some kind of firewall, which makes the ssh hangs at "Key Exchanging time". Here is the debug log of ssh tunneling:
$ssh -vvv -p SERVER_PORT -l USER SERVER.COM OpenSSH_5.3p1 Debian-3ubuntu7, OpenSSL 0.9.8k 25 Mar 2009 debug1: Reading configuration data /home/khosrow/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to SERVER.COM [11.22.33.44] port SERVER_PORT. debug1: Connection established. debug1: identity file /home/khosrow/.ssh/identity type -1 debug1: identity file /home/khosrow/.ssh/id_rsa type -1 debug1: identity file /home/khosrow/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8 debug1: match: OpenSSH_5.8 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu7 debug2: fd 3 setting O_NONBLOCK debug1: SSH2_MSG_KEXINIT sent debug3: Wrote 792 bytes for a total of 831 ----> Freezes here
I have test it on several client machines, including CentOS, Windows XP, Vista. Using terminal SSH, PuTTY -both for Windows and Linux- and Tunnelier. None of them works, except Tunnelier!
I've googled a lot about this, but could not find anything that solves this problem. I am thinking that there is some kind of difference in Tunnelier, may be in KexAlgorithms or Encryption or something. Can you guess what might cause this problem here?
Regards
/var/log/auth.logfile (easiest way:tail -f /var/log/auth.log, then attempt to connect. You'll see the new lines in the logfile as they appear). If you don't have access to the server, (you don't run it), ask the sysadmin who does - they might have settings that prevent access from (for example) unknown hosts. – simont Feb 15 at 19:00