

Für den User Root:
Am Client:
# ssh-keygen -t rsa -b 1024 (Kein Passwort & Standard Speicherort)
# cd .ssh
# scp id_rsa.pub root@10.0.0.101:/root/.ssh/id_rsa.client
# cat ~/.ssh/id_rsa.client >> /root/.ssh/authorized_keys
RSAAuthentication yes
PubkeyAuthentication yes
Authorizedkeysfile .ssh/authorized_keys