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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -