-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support password-less SSH via config #6
Comments
@zhi-shen: How do you authenticate on the remote nodes, then? |
I have password-less setup using linked method from Digital Ocean. I was able to manually connect using orgalorg by using the reference authorized file. But the file For example: $ cat ~/.ssh/config Use password-less SSH$ ssh -n zhi bash -c 'uptime' Using orgalorg with default setup$ ./orgalorg -o zhi -C uptime Using orgalorg with specific key file$ ./orgalorg -k /usr/local/tmc/.ssh/305-0014 -o zhi -C uptime Not sure if that answered your question. Thanks, |
@zhi-shen: Yes, I understand. Basically, you expect that orgalorg will parse Unfortunately, it's not yet implemented (I think, I'll do it soon). So now the only possibility is to specify key by yourself or use use wrapper shell-function to do it for you. |
Thanks. I'll keep an eye out for the feature. -zhi |
👍 It's essential, otherwise it can be an headache to use orgalorg. |
@grumpycatt: I'll implement it in meantime. |
Is there a way this tool can support password-less SSH via config setup? We don't have .ssh/id_rsa.
Reference:
https://www.digitalocean.com/community/tutorials/how-to-configure-custom-connection-options-for-your-ssh-client
The text was updated successfully, but these errors were encountered: