【linux-网络】sslocal命令的安装使用

1.背景

需要ss转发,在linux中转发并登录。

2.操作流程:

1)安装python

一般linux系统都自带python,2.7---如果要更高版本的自行安装

2)使用pip安装ss

pip install s

3)命令使用

sslocal -c /etc/s_client.json -d start

#填写 ss服务端的配置

[root@xxx ~]# cat /etc/s_client.json 

{

    "server":"192.168.0.1",

    "server_port":9100,

    "local_address": "10.10.0.1",

    "local_port":1080,

    "password":"xxx",

    "timeout":300,

    "method":"rc4-md5"

}

代理使用:

https://gitee.com/yyfLea/proxychains-ng-master.git

你可能感兴趣的:(网络,linux,运维,服务器,java,python)