linux:user:sshkey_copy
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
linux/user/sshkey_copy.txt · Last modified: by stone
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