sslh_-_applicative_protocol_multiplexer_on_centos_6.5
sslh - applicative protocol multiplexer
Install and configure sslh
Download
Compile
yum install libconfig-devel tar zxvf sslh-1.15.tar.gz cd sslh-1.15 make make install cp scripts/etc.default.sslh /etc/default/sslh cp scripts/etc.rc.d.init.d.sslh.centos /etc/rc.d/init.d/sslh chkconfig --add sslh
Configure
Run httpd on localhost:443
vi /etc/default/sslh LISTEN=<fqdn of host>:443 SSH=localhost:22 SSL=localhost:443
Configure iptables to allow connections to port 443
Start / stop
service sslh start|stop
sslh_-_applicative_protocol_multiplexer_on_centos_6.5.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1