HowTo BackupPC SSH Key Authentication Setup For rsync Transfer
From MediaWiki
ssh-keygen -t rsa
ssh root@10.222.222.107 ssh root@10.222.222.107 install -m 700 -d .ssh cat id_rsa.pub | ssh root@10.222.222.107 tee -a .ssh/authorized_keys
ssh-keygen -t rsa
ssh root@10.222.222.107 ssh root@10.222.222.107 install -m 700 -d .ssh cat id_rsa.pub | ssh root@10.222.222.107 tee -a .ssh/authorized_keys