Is there a way to set ssh options when using docker-machine on Windows? -


i behind firewall, need use proxy when connection outside. when use docker-machine create machine on aws. stop @ ssh step. after open debug mode, got following

using ssh client type: external &{[-f /dev/null -o passwordauthentication=no -o stricthostkeychecking=no -o userknownhostsfile=/dev/null -o loglevel=quiet -o connectionattempts=3 -o connecttimeout=10 -o controlmaster=no -o controlpath=none ubuntu@ip -o identitiesonly=yes -i c:\users\frank\.docker\machine\machines\aws03\id_rsa -p 22] c:\frank\msys64\usr\bin\ssh.exe <nil>} run ssh command: exit 0 

i tried set proxy in ~/.ssh/config proxycommand=/mingw64/bin/connect.exe -h, doesn't work.


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -