15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
configuration for stunnel'ing rsync daemon
|
|
|
|
stunnel.pem, daemon.conf and client.conf belongs in /etc/stunnel/
|
|
|
|
start rsync dameon using the configuration from trunk/testing/rsync
|
|
|
|
start the ssl server
|
|
stunnel /etc/stunnel/daemon.conf
|
|
start the ssl client
|
|
stunnel /etc/stunnel/client.conf
|
|
connect to rsync server over ssl from local box via a different port 837837
|
|
rsync rsync://localhost:837837
|
|
|
|
|