Ehsan Varasteh

Results 3 comments of Ehsan Varasteh

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

Thanks I think I didn't explain exactly what I need, I need a proxy (socks) through ssh protocol. I'm doing like this now: ```shell # this will listen on local...