morassman / atom-commander

Dual-pane file manager for Atom.
MIT License
33 stars 5 forks source link

Invalid credentials #100

Open micdonato opened 4 years ago

micdonato commented 4 years ago

Hi all,

Atom commander (henceforth AC) has suddenly stopped working for me.

I have only one server to which I used to connect with a key pair, and right now AC is telling giving me a "Incorrect credentials" error.

Following are the things I tried to do: 1) ssh to the server via terminal - works 2) sftp to the server via terminal - works, although I have to add my username at the beginning of the hostname (sftp://user@host.xx) 3) uninstalling AC, removing the server, reinstalling AC, re-adding the server - still incorrect credentials 4) repeating 3) but trying to use password authentication - when I click on "test" it shows the "incorrect credentials" in the background.

As a related note, it seems that AC tries to connect to the server an infinite number of times, so I have to close Atom and re-open it every time.

Anybody else experienced this? Is it just me or is it a bug in AC?

micdonato commented 4 years ago

Anyone has any idea why I am getting this?