sshuttle
Transparent proxy server that works as a poor man's VPN.
Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling.
https://github.com/sshuttle/sshuttle
SSHを使った接続で実質的なVPNを実現する
Python製
インストール方法
macOS/Linux/WSL
code:sh
brew install sshuttle
使い方
code:sh
sshuttle -v -r <接続先> <sshuttleを経由するレンジ>
# 例
sshuttle -v -r srv.example.com 192.168.0.1/27