User Tools

Site Tools


sslh
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


sslh [2014/11/02 21:09] (current) – created admin
Line 1: Line 1:
 +====== SSLH ======
 +Wie immer erstmal installieren
 +
 +<code>apt-get install sslh</code>
 +
 +Dann noch schnell in der ''/etc/default/sslh'' folgendes Eintragen:
 +
 +<code>
 +RUN=yes
 +
 +# binary to use: forked (sslh) or single-thread (sslh-select) version
 +DAEMON=/usr/sbin/sslh
 +
 +DAEMON_OPTS="--user sslh --listen 0.0.0.0:443 --ssh 127.0.0.1:22 --ssl 127.0.0.$
 +</code>
 +
 +Und dann starten.
 +
 +<code>/etc/init.d/sslh start</code>
 +Das wars schon. Später nur darauf achten, dass apache nur auf localhost:443 lauscht.
 +
  
sslh.txt · Last modified: 2014/11/02 21:09 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki