Skip to content

Instantly share code, notes, and snippets.

@mort3za
Last active November 24, 2019 15:09
Show Gist options
  • Save mort3za/b0ff16ca6bc0f97d8d334ca8aeffb303 to your computer and use it in GitHub Desktop.
Save mort3za/b0ff16ca6bc0f97d8d334ca8aeffb303 to your computer and use it in GitHub Desktop.
sshuttle in ubuntu
# works on ubuntu 18.04
sshuttle -r username@HostOrIP 0/0 -x HostOrIP
@mort3za
Copy link
Author

mort3za commented Nov 23, 2019

use connection of a server in local computer, ubuntu

ssh username@HostOrIP -D 1080 -N

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment