yongkangchen / remote-sync

Upload your files to remote host after every change. Both SCP/SFTP and FTP are supported.
https://atom.io/packages/remote-sync
MIT License
237 stars 71 forks source link

Upload File Crashes Atom #516

Closed markroe closed 4 years ago

markroe commented 4 years ago

Have a project configured to sync with remote ssh server. Any time I try and sync/upload a file, Atom crashes.

markroe commented 4 years ago

{ "logger": { "title": "Remote Sync" }, "uploadOnSave": false, "useAtomicWrites": false, "deleteLocal": false, "hostname": "x.x.x.x", "port": "22", "target": "/path/on/server/", "ignore": [ ".remote-sync.json", ".git/**" ], "username": "ubuntu", "keyfile": "/path/to/a/keyfile/name.pub", "watch": [], "transport": "scp" }

markroe commented 4 years ago

Doh! Public key not private key.