Forums

SSH Timeout

I can never connect to my site via ssh. I keep getting error messages of timeouts such as:

ssh: connect to host pythonanywhere.com port 22: Connection timed out

I am able to rsync to sync between my PA and local files without any problems. I have also done this several times. And I am trying a password-less rsync as described here:

Programmatically copy files to remote

No problems setting this password-less rsync steps until I try this:

ssh -v username@pythonanywhere.com

I have turned off my antivirus and VPN in case they were blocking the connection, and I have tried my other computer, but always it fails to connect.

What could be the problem?

That's the wrong address. The correct address is ssh.pythonanywhere.com

Ah, thank you. Works now.