Using SSH Keys

From OLPC
Revision as of 18:06, 5 January 2008 by LFaraone (talk | contribs) (Mac/Linux)
Jump to: navigation, search

Basics

Creating your Key

Mac/Linux

ssh-keygen

By default, this creates keys named id_rsa (your private key) and id_rsa.pub (your public key) in ~/.ssh.

Windows

* Key Authentication with PuTTY

Installing your Key

Other Guides