SSH

From Peyton Hall Documentation
Revision as of 19:41, 2 May 2007 by Lkoven (talk | contribs) (New page: {{oldfaq|NUM=57}} Here you'll find all you need to know about Secure Shell (SSH) and its usage as required in Peyton Hall ---- I've found a decent introduction to SSH public key authenti...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:oldfaq Here you'll find all you need to know about Secure Shell (SSH) and its usage as required in Peyton Hall


I've found a decent introduction to SSH public key authentication which is available here: http://sial.org/howto/openssh/publickey-auth/



Remember that once you setup keys, and have your ssh-agent running happily when you login, that you will need to use 'ssh-add' to add your keys to the running agent or else you will be asked for the passphrase every time! You only need to do this once per agent, so if you think they might be there use 'ssh-add -l' to list the keys. If you want to delete keys from the running agent, for example at the end of the work day, use 'ssh-add -D' to remove them.