2009 SEC830 LAB04

From CDOT Wiki
Revision as of 13:42, 3 February 2009 by Evets (talk | contribs) (Link to my blog)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Here's a blog post that I made about setting up passwordless ssh logins using RSA authentication. --scarter4 17:42, 3 February 2009 (UTC)

Note that to copy your key to the server to use RSA authentication, there is a special command we can use that makes the process a bit easier:

ssh-copy-id -i ~/.ssh/id_rsa.pub username@mystery