-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH Key Authentication #1
Comments
Presumably this is why I get prompted for a password each time, even though I have set up the ssh keys and created entries in |
It actually already supports key auth via an authentication agent. So, by running the Does this satisfy your needs @dmtrTm and @abulka , or do you specifically need it to load keys listed in Really appreciate your feedback, thanks! (Apologies for the delayed response. Hadn't email notifications for this repo turned on till now.) |
Hi, @allanrbo ! |
Thanks for adding this - great! I no longer get prompted for a password when connecting to an ip address on my local network, and can even add the handy text host name specified in However attempting to connect to a remote ip address by host name gives me
I checked and my
Note that I can Clue: I did notice when attempting to connect using the entry |
I think I understand the problem. The integration I did with the But I realize now that what I have implemented is kind of wrong, because the So, said differently, currently FilesRemote can only be given IP addresses or resolvable DNS names. Not "aliases" defined in This also explains why it is not taking the username from your I will try to make time soon to align better with how the openssh client behaves. Have opened issue #4 to track this. Till then, here's a suggestion for a workaround: Make an entry like this in your
And then a matching entry in the "Favorite hosts": Thanks for taking the time to explain your use case. I value your feedback! |
Hello!
when will ssh key authentication be implemented?
The text was updated successfully, but these errors were encountered: