# HG changeset patch # User Oleksandr Gavenko # Date 1272908686 -10800 # Node ID cdc768ae8024cd96bdbdfdc0876ae36f1ae9a08c # Parent c390029b4325dba9ed6a71917a8c2e745c289597 Fix command. diff -r c390029b4325 -r cdc768ae8024 ssh.rst --- a/ssh.rst Mon May 03 20:42:32 2010 +0300 +++ b/ssh.rst Mon May 03 20:44:46 2010 +0300 @@ -13,7 +13,7 @@ $ ssh-keygen -p -N "newphrase" -P "oldphrase" -f ~/.ssh/id_dsa # change passphrase of priv key - $ ssh user@remote_host cat < $HOME/.ssh/id_rsa.pub ">>" .ssh/authorized_keys + $ ssh user@remote_host cat < $HOME/.ssh/id_rsa.pub cat ">>" .ssh/authorized_keys # public pub key on remote host * Using.