I restored Atom from my Time Machine backup, after installing a clean MacOS. Since then I get "All methods failed" when trying to log into Servers using the SSH Agent.
I tried ssh-add to add my keys to ssh-agent to no avail. I deleted ftp-remote-edit completely (including the stored password) and still nothing. ssh with username password works, but I don't use that method in any of my servers.
What can be failing and how could I fix this? ftp-remote-edit is really a tool that makes my life easier as I have to edit config files, python scripts, JS scripts on a lot of servers.
I restored Atom from my Time Machine backup, after installing a clean MacOS. Since then I get "All methods failed" when trying to log into Servers using the SSH Agent.
I tried
ssh-add
to add my keys tossh-agent
to no avail. I deleted ftp-remote-edit completely (including the stored password) and still nothing. ssh with username password works, but I don't use that method in any of my servers.What can be failing and how could I fix this? ftp-remote-edit is really a tool that makes my life easier as I have to edit config files, python scripts, JS scripts on a lot of servers.