Difference between revisions of "Poddery - Diaspora, Matrix and XMPP"

(→‎Setting up Backup: add rsync for uploads)
Line 90: Line 90:
Follow steps in http://www.networkcomputing.com/storage/how-set-ssh-encrypted-mysql-replication/1111882674 to use ssh port forwarding to have encrypted replication
Follow steps in http://www.networkcomputing.com/storage/how-set-ssh-encrypted-mysql-replication/1111882674 to use ssh port forwarding to have encrypted replication


# adduser sshtunnel --disabled-login
  # su sshtunnel
  # su sshtunnel
Generate ssh key pair and copy public key to target system
$ ssh-keygen -t rsa
  $ ssh -f sshtunnel@poddery.com -L 7777:127.0.0.1:3306 -N
  $ ssh -f sshtunnel@poddery.com -L 7777:127.0.0.1:3306 -N