Quote:
Did you edit out your Linode's IP address, or does it actually say it's trying to connect to 127.0.0.1?
Verbatim copy/paste from the console window. I noticed this earlier but I wasn't sure what the debug information was telling me. On the off chance this wasn't correct I used the raw IP:
Code:
$ ssh -vvv -p 16661 173.255.232.73
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
debug2: ssh_connect: needpriv 0
debug1: Connecting to 173.255.232.73 [173.255.232.73] port 16661.
debug1: connect to address 173.255.232.73 port 16661: The connection was aborted
ssh: connect to host 173.255.232.73 port 16661: Bad file number
Quote:
Darn windows, try setting logging to DEBUG in /etc/ssh/sshd_config then restart ssh and try connecting again and check /var/log/auth.log
Checked the log after doing this and nothing appeared.
Quote:
Well I can't connect to your host via SSH from work or my linode:
I'm sorry, that was my bad. I change the SSH port from 22 to 16661. The original post I made was for port 16661, I must have removed it when I was editing the string for post, it should have read:
Code:
ssh -vvv -p 16661 li242-73.members.linode.com
To be clear, I had the same errors using port 22. I changed it just before making my post on the off chance work was blocking port 22 traffic.