Skip to content

Instantly share code, notes, and snippets.

@leangaurav
Last active June 13, 2022 23:47
Show Gist options
  • Save leangaurav/88c842a6271589903ce97be4543229eb to your computer and use it in GitHub Desktop.
Save leangaurav/88c842a6271589903ce97be4543229eb to your computer and use it in GitHub Desktop.
Atom editor remote development config for remote-ftp plugin
{
"protocol": "sftp",
"host": "",
"port": 22,
"user": "",
"pass": "",
"promptForPass": false,
"remote": "/",
"privatekey": "",
"local": "",
"agent": "",
"hosthash": "",
"ignorehost": true,
"connTimeout": 10000,
"keepalive": 10000,
"keyboardInteractive": false,
"keyboardInteractiveForPass": false,
"remoteCommand": "",
"remoteShell": "",
"watch": [],
"watchTimeout": 500
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment