1.下载安装
# ./configure
# make
# make install
2.配置
/etc/opt/ss5/ss5.conf
auth 0.0.0.0/0 – -
auth 0.0.0.0/0 – u
permit – 0.0.0.0/0 – 0.0.0.0/0 – – – – -
permit u 0.0.0.0/0 – 0.0.0.0/0 – – – – -
/etc/sysconfig/ss5
#SS5_OPTS=” -u root”
SS5_OPTS=” -u root”
/etc/opt/ss5/ss5.passwd 加用户和密码一行一个
#cat ss5.passwd
test 123456
# chmod 700 /etc/rc.d.init.d/ss5
#/etc/rc.d/init.d/ss5 start
3.加开机自动启动
#chkconfig --add ss5
原文地址:http://1772766.blog.51cto.com/1762766/1615795