Using SSH Keys
From OLPC
Contents |
[edit] Basics
[edit] Creating your Key
[edit] Mac/Linux
ssh-keygen
By default, this creates keys named id_rsa (your private key) and id_rsa.pub (your public key) in ~/.ssh.
[edit] Windows
* Key Authentication with PuTTY
[edit] Installing your Key
[edit] Mac/Linux
Make a password for the account olpc: (on xo)
passwd
Copy to laptop with: (on computer)
ssh-copy-id olpc@xo-ip-addr

