ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.82k stars 2.47k forks source link

Connect to ssh through multiple ssh servers #936

Open ehsanecc opened 1 year ago

ehsanecc commented 1 year ago

Hi, I'm trying to connect to Server B through Server A with ssh, basically I can connect to Server B fine with: gost -L=:9050 -F forward+ssh://user@serverb:port but now I want to add Server A in the middle and currently no luck!

Please help! Thanks in advance