Total Pageviews

Tuesday 27 August 2019

翻墙工具sshsocksvpn

SSH Socks5 VPN

Goal

Have an easy way to manage socks tunnels created via SSH and manage a tun2socks on top of it.

Dependencies

Installation

pip install sshsocksvpn

Configuration

See examples
For advanced SSH configuration use ~/.ssh/config

Usage

sshsocksvpn --help
usage: sshsocksvpn [-h] -n NAME [-p PATH] {start,stop}

positional arguments:
  {start,stop}          Command to perform

optional arguments:
  -h, --help            show this help message and exit
  -n NAME, --name NAME  Name of the server to start
  -p PATH, --path PATH  Config file to use default ~/.config/sshvpn.cfg
from https://github.com/grimpy/sshsocksvpn 

No comments:

Post a Comment