-
Notifications
You must be signed in to change notification settings - Fork 28
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
Failed to connect to the host via ssh #164
Comments
Same here, no fix so far? |
Hi there, can you try setting the user to |
I'm trying to find the location of this, do you have the path of where this user variable should be changed in the yaml? |
You can change this line here: https://github.com/stackhpc/a-universe-from-nothing/blob/stable/2023.1/etc/kayobe/seed.yml#L7C2-L7C21 Changing that line will get you further, however I suspect that you'll hit more issues later. I'm assuming the host machine you are using is CentOS 8? The easiest solution would be to rebuild using Rocky 9. Setting |
My host machine is Debian 12. What I did was changing this line to the user 'admin'. Then it continued. But I suppose that's an ugly hack for now? Or maybe a wrong user? Or even wrong host distribution? |
Debian 12 is very much uncharted territory. You can try setting the The two host distributions supported by kayobe are Ubuntu 22.04 and Rocky 9. docs link |
Changing to Rocky 9 indeed made things smoother! Thanks! |
fatal: [seed]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).", "unreachable": true}
Error after kayobe seed host configure
The text was updated successfully, but these errors were encountered: