tunelvpn
v1.0.1
Published
Turn any SSH server into a SOCKS5 VPN with one command
Maintainers
Readme
tunelvpn
Turn any SSH server into a SOCKS5 VPN with one command.
bunx tunelvpn root@your-servernpx tunelvpn root@your-serverRun again to disconnect.
Setup
Passwordless SSH
Generate a key and copy it to your server so SSH doesn't ask for a password:
ssh-keygen -t ed25519
ssh-copy-id root@your-serverPasswordless sudo
To avoid typing your Mac password every time, run sudo visudo and add this line at the end:
your-username ALL=(ALL) NOPASSWD: /usr/sbin/networksetupReplace your-username with your macOS username (run whoami to check).
