-
Notifications
You must be signed in to change notification settings - Fork 594
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: this private key is passphrase protected #2224
Comments
The |
Same here, passphrase is added to
|
Generating a specific key without passphrase with
Then
|
I just fixed the passphrase problem by adding
|
This issue/PR has been automatically marked as stale because it has not had activity (commit/comment/label) for 60 days. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
This is a sort of funky problem for newcomers to RKE. It might be better to probe for the need to use agent auth within RKE rather than to expect users to notice the default of ssh_agent_auth in their yaml file. This tripped me up because |
Agreed. It's not at all clear. The suggestion by @kfiresmith is a good one. |
The explanation is in this commit ad0bc6c. There will always be 2 sides of this, one expects to automatically pickup the environment variable (which may not work or is not expected), the other expects to specifically configure it. I will link #2149 so this gets taken into consideration when refactoring |
RKE version:
Docker version: (
docker version
,docker info
preferred)Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
cluster.yml file:
Steps to Reproduce:
Results:
ssh test ok:
but run
rke up
got errors:and the key is not protectd like this:
The text was updated successfully, but these errors were encountered: