Closed Kyogre closed 1 year ago
unsure if a libssh2 supported future
A possible workaround is to use the ProxyCommand directive in the config file. Mine looks like this:
Host ProxyJump_server
HostName ProxyJump_server ip address
User ....
IdentityFile ....
Host server
HostName server ip address
User ....
IdentityFile ....
ProxyCommand ssh -q -W %h:%p ProxyJump_server
Yeah, your workaround works great for me too. Thanks
Working fine now on mcwin32 4.8.31
I made aliases config in
C:\Users\%USERNAME%\.ssh\config
and have written aliases with proxyjumps there. If I try to connect viacmd
usingssh <alias>
command, it asks passwords and connects successfully.If I connect using alias via
Shell-link
feature inmc
on my linux OS on the same PC, it connects without a problems too.But if I try to connect on Windows using alias via
Shell-link
feature inmcwin32
(v4.8.29), I get errorCannot chdir to "/sh://<alias>"