X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=d8ac68d7c7e715e83f42d8a67a7f0de0b6af5708;hb=044dc85899d9d3da8bf659f2528169d9ba277b05;hp=df23ee844a447b48186acf32c1ec066d701d45bd;hpb=cc3193940c320358f05813b8cdf93512b568072f;p=grml-tips.git diff --git a/grml_tips b/grml_tips index df23ee8..d8ac68d 100644 --- a/grml_tips +++ b/grml_tips @@ -663,7 +663,9 @@ to get a list of all supported trees -- Transfer your SSH public key to another host: -% ssh-copy-id -i ~/.ssh/id_dsa.pub user@remote-system +% ssh-keygen # if you don't have a key yet +[...] +% ssh-copy-id -i ~/.ssh/id_rsa.pub user@remote-system or % cat $HOME/.ssh/id_rsa.pub | ssh user@remote-system 'cat >> .ssh/authorized_keys' --