I'm trying to SSH to my home server from school. We have a pretty draconian filter/firewall here (whitelist based. seriously.), but I've assured that my IP is on the whitelist, and I can in fact visit my IP with a web browser and see the web server I've set up on the machine. But when I try SSH'ing in with PUTTY or similar, I get:
indicating that it's infact my server machine that doesn't want to accept connections from me from behind the firewal. How do I fix this?Code:ubuntu@ubuntu:~$ ssh 70.239.162.206 Connection closed by 70.239.162.206
oh, and ssh -vvv give this:
Code:ubuntu@ubuntu:~$ ssh -vvv 70.239.162.206 OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to 70.239.162.206 [70.239.162.206] port 22. debug1: Connection established. debug1: identity file /home/ubuntu/.ssh/id_rsa type -1 debug1: identity file /home/ubuntu/.ssh/id_rsa-cert type -1 debug1: identity file /home/ubuntu/.ssh/id_dsa type -1 debug1: identity file /home/ubuntu/.ssh/id_dsa-cert type -1 debug1: identity file /home/ubuntu/.ssh/id_ecdsa type -1 debug1: identity file /home/ubuntu/.ssh/id_ecdsa-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 Debian-5ubuntu1 debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1 debug2: fd 3 setting O_NONBLOCK debug1: SSH2_MSG_KEXINIT sent Connection closed by 70.239.162.206



Adv Reply



Bookmarks