[NBLUG/talk] public key ssh troubles - update
Jeremy Turner
jeremy at linuxwebguy.com
Tue Jul 15 17:08:00 PDT 2003
On Tue, 2003-07-15 at 11:20, Bob Blick wrote:
> In case anyone is still interested in this thread, I've compiled my own
> directions how to make password-less SSH work.
>
> Note that this still does not work between the two machines I need it to,
> and I'm more and more convinced it's bugs in the ever-changing versions of
> OpenSSH.
>
> Anyway, here's the cheat sheet I made:
[cheat-sheet snipped]
Jeremy's reader's digest version for SSH2
me at mybox$ ssh-keygen -t rsa
<Hit enter and accept defaults>
me at mybox$ cat ~/.ssh/id_rsa.pub | ssh user at remotebox `cat >> ~/.ssh/authorized_keys
<make sure that last one was one line>
Also, check out the Debian package keychain. It helps using the
ssh-agent and passphrase keeper a little easier to manage.
For more neat ssh tricks, check out page 78 of the August 2003 issue of
Linux Journal, or http://interactive.lj.com if you have a subscription.
Jeremy
--
Jeremy Turner <jeremy at linuxwebguy.com>
LinuxWebGuy
More information about the talk
mailing list