Install SS5 server on centos
Ss5 Server Installation Steps, first install software:
wgethttp:
//jaist
.dl.sourceforge.net
/project/ss5/ss5/3
.8.9-8
/ss5-3
.8.9-8.
tar
.gz
tar
zxvfss5-3.8.9-2.
tar
.gz
cd
ss5-3.8.9
.
/configure
make
make
install
Set auto-start
chmod
+x
/etc/init
.d
/ss5
chkconfig--addss5
chkconfigss5on
Port 1080 is used by default, or you can set/etc/rc. d/init. d/ss5 by yourself:
daemon
/usr/sbin/ss5
-T $ SS5_OPTS:
daemon
/usr/sbin/ss5
-t$SS5_OPTS-b0.0.0.0:1888
You can add the user name and password by modifying/etc/opt/ss5/ss5.conf, as shown below:
#SHostSPortAuthentication
#
auth0.0.0.0
/0
--
To:
#SHostSPortAuthentication
#
auth0.0.0.0
/0
-u
Add the user name and password to/etc/opt/ss5/ss5.passwd (one row of user information in the format of username + space + password), for example:
User password
Start ss5:
servicess5restart