Salut!
My SSH connection is working perfectly with ssh.pythonanywhere.com:
- added my public key id_rsa.pub into the authorized_keys file in ~/.ssh
- experienced no problem ssh'ing into ssh.pythonanywhere.com
~$ ssh my_login@ssh.pythonanywhere.com <<<<<<:>~ PythonAnywhere SSH. Help @ https://help.pythonanywhere.com/pages/SSHAccess /home/my_login: custom profile loaded... 13:31 ~ $
With regards to FileZilla, another story... Impossible to connect either via FTP or SFTP (with credentials or key file).
Status: Connecting to ssh.pythonanywhere.com... Status: Connected to ssh.pythonanywhere.com Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server Status: Waiting to retry... Status: Connecting to ssh.pythonanywhere.com... Response: fzSftp started, protocol_version=7 Command: keyfile "/my_local/.ssh/id_rsa.ppk" Command: open "my_login@ssh.pythonanywhere.com" 22 Status: Connected to ssh.pythonanywhere.com Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server
Has anyone experienced such a problem before? Would the ssh service need to be restarted from the pythonanywhere server side?