-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 err: ssh: handshake failed: EOF macOS VM 10.9 and 10.10 #12994
Comments
So, the same setup works for
Server configuration EC:
And I can SSH to the machine as designed:
|
I think I found what the issue is:
That being said both macOS Mavericks and Yosemite have ssh versions lower than 7.2.
one can see that So I have added to my config file:
And
I have also tried to upgrade the openssh inside the server, but could not get rid of this error. Possibly related: |
Possibly related to #12917 |
I wonder if it is possible directly to add variable to golang?
|
We're using the Go library directly for performing SSH-related operations, so I'm not sure there's a lot that OpenSSH supports that we do too. |
Any progress on this? |
Hey @startergo, No progress yet, it's in my backlog but I haven't had time to look at it yet, still cannot promise when that'll happen unfortunately, sorry about that :/ |
Got one of the following errors ? See if the related guides can help.
Waiting for WinRM to become available
?Waiting for SSH to become available
?Issues on GitHub are intended to be related to bugs or feature requests, so we recommend using our other community resources instead of asking here if you have a question.
forum: https://discuss.hashicorp.com/c/packer
This is what the server inside the machine supports:
Debugging
ssh
connection:Settings on the server:
json
config file:macos109.json:
vagrantfile-macos109.tpl file:
Configuration options:
The text was updated successfully, but these errors were encountered: