X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=ac73358322753b89fbd950938bedc5808d063686;hb=870400573b251c9ae65baebf90dc11794194090f;hp=df23ee844a447b48186acf32c1ec066d701d45bd;hpb=cc3193940c320358f05813b8cdf93512b568072f;p=grml-tips.git diff --git a/grml_tips b/grml_tips index df23ee8..ac73358 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' -- @@ -2836,3 +2838,7 @@ Record sound: This will record a AIFF audio file. -- +Change passphrase / password of an existing SSH key: + +% ssh-keygen -p +--