-
Notifications
You must be signed in to change notification settings - Fork 2k
v0.6.0 Error creating machine: Error detecting OS: Too many retries waiting for SSH to be available. #3007
Comments
Hm, I'm not really sure it's supposed to be going to IPv6 by default. Our SSH code might not handle that exactly properly. |
Struggling with the same thing. Looks like the problem is here:
Judging from error message it is the space in un-escaped C:\Program Files (x86)\Gow\bin\ssh.bat path. Is there a way to make it use a different SSH? Or somehow configure the SSH command to be used? |
A bit of an update - got it working on Windows 10 x64 + Hyper-V. Bruteforce hack for now - install mingw64 into a folder that does not have spaces (e.g. C:\Tools) and then re-run docker -D provision . The Gow did not work for me because it actually uses plink for SSH, and plink does not understand -o options. For poor souls who have to run on Windows it would be very helpful to have some sort of config file where dependent tools for docker-machine are listed and configured. |
Indeed Gow is the culprit (more exactly the Hopefully this will be solved in |
Hm, we probably should verify that it's actually OpenSSH we're detecting with |
Re @nathanleclaire suggestion on
where as this |
Windows 10 x64 (version 1511, build 10586.63)
the machine appears to being creating ok, but then I see a series of retried ssh connections ending in failure:
The machine exists but with a problem:
And, I confirmed that
C:\Users\user\.docker\machine\machines\test\server.pem
does not exist. The folder does & there's other stuff in there as expected, but no pem.The text was updated successfully, but these errors were encountered: