Open isontheline opened 3 years ago
Will this feature allow you to do proxy jumps, such as connecting directly to an ssh client via another ssh client?
The following .ssh/config example illustrates what I mean:
Host myproxypi
HostName myurl.com
Port 8700
User pi
Host pisrv
ProxyJump myproxypi
HostName 192.168.1.100
User pi
Port 22
Thanks.
Hello @jarrah31 👋
This issue instead : https://github.com/isontheline/pro.webssh.net/issues/266 Issue #266 will let you that your illustration refers.
That's great news, thank you Arnaud!
Describe the feature Ability to use a proxy (socks? HTTP?) in order to connect to a server.