CS294S Research Project in Computer Security

SSH tunnel

David Fifield, Nate Hardison, Jonathan Ellithorpe



ssh -v -N -D 1080 ssh_addr -p ssh_port \
    -o 'ProxyCommand=socat - SOCKS4A:localhost:dummy:0,socksport=9001'