SShuttle
Last updated
sshuttle -r user@address --ssh-cmd "ssh -i KEYFILE" SUBNETsshuttle -r user@172.16.0.5 --ssh-cmd "ssh -i private_key" 172.16.0.0/24client: Connected.
client_loop: send disconnect: Broken pipe
client: fatal: server died with error code 255sshuttle -r user@172.16.0.5 172.16.0.0/24 -x 172.16.0.5sudo sshuttle -r megan@10.11.1.31 10.1.1.0/24 -v
sudo sshuttle -r hacker@10.1.1.1 10.3.3.0/24 -v -e 'ssh -oHostKeyAlgorithms=+ssh-rsa'
sudo sshuttle -r j0hn@10.11.1.252:22000 10.2.2.0/24 -v -e 'ssh -oKexAlgorithms=+diffie-hellman-group-exchange-sha1 -oHostKeyAlgorithms=+ssh-rsa'