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

Login Issues with multiple Vagrants #491

Closed DonRichards closed 6 years ago

DonRichards commented 6 years ago

Works fine when I try to sync with the first vagrant (127.0.0.1) running on port 2222

If I turn that vagrant instance off and try start a new one (also running on 127.0.0.1 with ssh port 2222 running) it fails to authenticate. I first get Error: connect ECONNREFUSED 127.0.0.1:2222 and all subsequent attempts get Error: All configured authentication methods failed

2nd issue: Any change to the host or port requires either Atom to be reopened to this plugin to be disabled and re-enabled to take.

DonRichards commented 6 years ago

Not sure this is an issue. Possible an issue with my system. It's working currently (as far as I can tell).