Changes between Version 1 and Version 2 of waue/sshKeyAuth


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

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/sshKeyAuth

    v1 v2  
    1616{{{
    1717$ cd
    18 $ ssh-keygen -t rsa -b 1024 -N "" -f .ssh/id_rsa
     18$ ssh-keygen -t rsa -b 1024 -N "" -f ~/.ssh/id_rsa
    1919$ cat .ssh/id_rsa.pub > .ssh/authorized_keys
    2020$ chmod 600 .ssh/authorized_keys