Forums

Paramiko on pythonanywhere

Hi, is there a way to get Paramiko to work on PythonAnywhere? I'm trying to connect via SSH on my iPhone, but it seems that PythonAnywhere doesn't accept SSH commands. On my Windows PC, the script works perfectly.

Paramiko should work fine; what errors are you getting?

im getting this error: Unexpected error: [Errno 110] Connection timed out

What do you have the timeout set to in your paramiko code? I'd recommend setting it to 10 seconds.