SSH-Schlüssel - Anmeldung ohne Passwort

ssh-keygen -R hostname [-f known_hosts_file]
proxy:~ # ssh-keygen -t rsa
proxy:~ # ssh-copy-id -i .ssh/id_rsa.pub root@IP Adresse zu dem Rechner, auf dem man sich ohne Passwort einloggen will
ssh-copy-id -i .ssh/id_rsa.pub '-p 10022 root@10.67.0.4'
rsync -HaS --delete --exclude-from=/backup/exclude_rsync.txt /daten/ -e 'ssh -p 10022' root@10.67.0.4:/daten/.