SSH Key Copy

ssh-copy-id -i <pfad_zum_pub_key> <user>@<remote_server>

Beispiel:
root@bender:~# ssh-copy-id -i .ssh/id_rsa.pub root@192.168.88.21