Forums

Atom Editor Remote Access

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.

That certainly looks like it should work. Can you ssh to the site directly from a terminal window?

Yea : /

Very weird. Perhaps there's some way of getting it to log more debug info?

Still can't get it to work but must be the editors plugin as I don't struggle to connect from anything else. I didn't actually realise but I can connect with Nautilus (ubunto default file manager). It's not exactly CyberDuck but does the job :)

Hi, I would be interested in trying this out. Which is the atom-package that you have used?