Changes between Version 1 and Version 2 of waue/sshKeyAuth
- Timestamp:
- Feb 23, 2009, 3:35:12 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/sshKeyAuth
v1 v2 16 16 {{{ 17 17 $ cd 18 $ ssh-keygen -t rsa -b 1024 -N "" -f .ssh/id_rsa18 $ ssh-keygen -t rsa -b 1024 -N "" -f ~/.ssh/id_rsa 19 19 $ cat .ssh/id_rsa.pub > .ssh/authorized_keys 20 20 $ chmod 600 .ssh/authorized_keys