Changes between Version 2 and Version 3 of waue/sshKeyAuth


Ignore:
Timestamp:
Feb 23, 2009, 3:37:00 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/sshKeyAuth

    v2 v3  
    1717$ cd
    1818$ ssh-keygen -t rsa -b 1024 -N "" -f ~/.ssh/id_rsa
    19 $ cat .ssh/id_rsa.pub > .ssh/authorized_keys
     19$ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
    2020$ chmod 600 .ssh/authorized_keys
    2121}}}