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
Using SSH agent on mac OS #18
Comments
Hi, first of all, thanks for the plugin. I would like to ask, if it is possible to load configuration from ssh-config and load the private key from there. I am using Mac OS, but when I have put the name of the server as in ssh-config, it was not located. Also, the passwordless login does not work either. Thanks for help. |
Just as a reminder, I am also having this issue on Mac OS. I have the same problem as the original poster.
|
@twn346 In next release it's will prompt you to enter a passphrase. This will prevent from using cleartext passphrase in this config. Just wait a couple of days. |
@liximomo It would be really nice if the agent socket path could be detected, or some method of saying "just use $SSH_AUTH_SOCK please". It is a, albeit minor, annoyance to have to modify that config for each project each time the socket is regenerated, typically on reboot. |
Minor annoyance? I think, this is a big problem. Please add a option to auto extract $SSH_AUTH_SOCK from the environment. |
Something like |
Generate your ssh key specifying the ecdsa algorithm type: ssh-keygen -t ecdsa (Linux) PuTTY (Windows)
If you don't use a passphrase when generating your ssh key, remove ("passphrase":true,) from this code. |
Hey!
I can't figure out how to use the built-in ssh agent on mac OS. For obvious reasons I don't want to enter my ssh password into a clear text file, nor do I want to enter the passphrase for my ssh key into a clear text file. Do you know how I can convince your tool to use the standard mac OS ssh agent so the password stored in the keychain will be used?
The text was updated successfully, but these errors were encountered: