SS5 Server installation steps are recorded, the first is the installation software:
wget Http://jaist.dl.sourceforge.net/project/ss5/ss5/3.8.9-8/ss5-3.8.9-8.tar.gztar ZXVF SS5-3.8.9-2.TAR.GZCD Ss5-3.8.9./configuremakemake Install
Set up boot from
chmod +x/etc/init.d/ss5chkconfig--add ss5chkconfig ss5 on
Use 1080 port by default, or you can set/ETC/RC.D/INIT.D/SS5 yourself: Change this line as follows
Daemon/usr/sbin/ss5-t $SS 5_opts Change to: daemon/usr/sbin/ss5-t $SS 5_opts-b 0.0.0.0:1888
You can add a user name and password by modifying/etc/opt/ss5/ss5.conf as follows:
# shost SPort Authentication#auth 0.0.0.0/0--Modified to: # Shost SPort Authentication#auth 0.0.0.0/0-U
Add user name and password in/ETC/OPT/SS5/SS5.PASSWD (one line of user information, format: User name + space + password) such as:
User password
To start the SS5 service:
Service SS5 Restart
This article is from the "Emperor Heart Zen Shadow" blog, please be sure to keep this source http://yedee.blog.51cto.com/513852/1745473
Install SS5 server under CentOS