-
Notifications
You must be signed in to change notification settings - Fork 3
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: handshake failed #2
Comments
Yeah you need to put your public key in there. Is that that key you put in there? |
yep it sure is, I also tried with an rsa pub (just in case there was some issue with the ed25519 pub) as well (both of the private keys still reside in my .ssh dir). And I am currently logging into some container linux VMs that I created using another method. The other method works fine, but I was considering extending it using your packer build. |
Bummer. I'll have a go at running this again myself. Haven't used it since putting it up so maybe something has changed. |
hello guys, tested myself and same problem as @joshuacox Does anyone is able to work with packer and coreos in anyway ? thank guys
|
After
cp container-linux-config.yml.example container-linux-config.yml
and
make container-linux
I get:
I also tried adding in keys to the config:
But I don't seem to be having any success? Am I missing something?
The text was updated successfully, but these errors were encountered: