Estou tentando acessar meu servidor de desenvolvimento usando socat para criar um túnel, como este:
# start TOR
tor
# create tunnel
socat TCP-LISTEN:4141 SOCKS4A:localhost:remotehost:22,socksport=9050
# login through local tunnel
ssh localh...
03.07.2013 / 19:48