Differences between revisions 1 and 2
Revision 1 as of 2010-01-26 03:23:43
Size: 687
Editor: adsl-69-232-201-146
Comment:
Revision 2 as of 2013-05-01 04:35:26
Size: 687
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Some quick notes on the sequence for installing ssh keys.

  1. Do ssh-keygen on the SOURCE host.
  2. Write to file, probably not the same id_rsa you currently have
  3. On SOURCE machine, now should see two files : id_rsa_stuff, id_rsa_stuff.pub
  4. Go to DESTINATION host. Copy key contents of SOURCE id_rsa_stuff.pub into DESTINATION's authorized_keys file.
  5. make sure DESTINATION authorized_keys is permission 600
  6. on SOURCE machine, source the agent - source ~/.ssh-agent (check that .ssh-agent is the filename using ls -a command).
  7. on SOURCE machine, do ssh-add .ssh/id_rsa_stuff
  8. Try it. ssh user@DESTINATION
  9. Should just work with no password.

JsocWiki: SSHKeyNotes (last edited 2013-08-27 07:02:14 by ArtAmezcua)