SSH 연결을 통해 트래픽을 터널링하는 투명 프록시 서버. 원격 SSH 서버에서는 루트 권한이나 특별한 설정이 필요하지 않지만, 로컬 머신에서는 루트 접근이 요청됩니다. 더 많은 정보: https://manned.org/sshuttle.
sshuttle --remote={{사용자_명}}@{{ssh서버}} {{0.0.0.0/0}}
sshuttle --dns --remote={{사용자_명}}@{{ssh서버}} {{0.0.0.0/0}}
sshuttle --remote={{사용자_명}}@{{ssh서버}} {{0.0.0.0/0}} --exclude {{192.168.0.1/24}}
sshuttle --method=tproxy --remote={{사용자_명}}@{{ssh서버}} {{0.0.0.0/0}} {{::/0}} --exclude={{내_로컬_ip_주소}} --exclude={{ssh_서버_ip_주소}}