isontheline / pro.webssh.net

iOS / iPadOS / macOS SSH Client
https://apps.apple.com/us/app/id497714887
MIT License
276 stars 31 forks source link

Ability to use a proxy HTTP / SOCKS #263

Open isontheline opened 3 years ago

isontheline commented 3 years ago

Describe the feature Ability to use a proxy (socks? HTTP?) in order to connect to a server.

jarrah31 commented 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.

isontheline commented 3 years ago

Hello @jarrah31 👋

This issue instead : https://github.com/isontheline/pro.webssh.net/issues/266 Issue #266 will let you that your illustration refers.

jarrah31 commented 3 years ago

That's great news, thank you Arnaud!