Using SSH Keys: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 9: Line 9:


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

Copy to remote with:


ssh-copy-id olpc@xo-ip-addr


==Windows==
==Windows==

Revision as of 22:06, 5 January 2008

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