unter openSuse 13.1
zypper in rsync
zypper in openssh
cd ~ ssh-keygen -t rsa -b 2048 -f ~/.ssh/backupkey
cat ~/.ssh/backupkey.pub >> ~/.ssh/authorized_keys
scp ~/.ssh/backupkey.pub user@clientserver:
ssh user@clientserver mkdir ~/.ssh cat ~/backupkey.pub >> ~/.ssh/authorized_keys rm ~/backupkey.pub chmod 600 ~/.ssh/authorized_keys