I'm trying to connect to PA with package for the Atom Editor... The config file is structured like so...
{
"type": "sftp",
"host": "ssh.pythonanywhere.com",
"username": "",
"password": "",
"port": 22,
"remotePath": "",
"uploadOnSave": false
}
I have tried it in a number of different ways to add the host such as user@ssh... sftp://ssh...
Can you see where I'm going wrong as it just throws a timeout error and doesn't connect.