Re: [gentoo-user] auto-login using ssh

2003-11-08 Thread gabriel
On November 7, 2003 07:37 pm, Octavio Ruiz (Ta^3) wrote: IMHO, dont use RSA. Use DSA, if you still want to use RSA do a ssh-keygen -t rsa -b 4096. why? what's the difference? -- it could probably be shown by facts and figures that there is no distinctly native american criminal class

Re: [gentoo-user] auto-login using ssh

2003-11-08 Thread Octavio Ruiz (Ta^3)
On Sat, Nov 08, 2003 at 04:15:48AM -0500, gabriel wrote: On November 7, 2003 07:37 pm, Octavio Ruiz (Ta^3) wrote: IMHO, dont use RSA. Use DSA, if you still want to use RSA do a ssh-keygen -t rsa -b 4096. why? what's the difference? The number of bits in the key. Look in Slashdot, it is

[gentoo-user] auto-login using ssh

2003-11-07 Thread Andrew Gaffney
I've seen a thread or 2 here before about this, but I can't seem to find them. I use ssh to login to a few different hosts on a regular basis. I want to set it up so I don't have to enter my password. How do I do this? -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] auto-login using ssh

2003-11-07 Thread Matt Chorman
On Friday 07 November 2003 03:47 pm, Andrew Gaffney wrote: I've seen a thread or 2 here before about this, but I can't seem to find them. I use ssh to login to a few different hosts on a regular basis. I want to set it up so I don't have to enter my password. How do I do this? A simple google

Re: [gentoo-user] auto-login using ssh

2003-11-07 Thread Jayson Garrell
On Fri, 2003-11-07 at 15:47, Andrew Gaffney wrote: I've seen a thread or 2 here before about this, but I can't seem to find them. I use ssh to login to a few different hosts on a regular basis. I want to set it up so I don't have to enter my password. How do I do this? On each host, as

Re: [gentoo-user] auto-login using ssh

2003-11-07 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 07 November 2003 23:47, Andrew Gaffney wrote: I've seen a thread or 2 here before about this, but I can't seem to find them. I use ssh to login to a few different hosts on a regular basis. I want to set it up so I don't have to enter my

RE: [gentoo-user] auto-login using ssh

2003-11-07 Thread Luke Davison
On Fri, 2003-11-07 at 15:47, Andrew Gaffney wrote: I've seen a thread or 2 here before about this, but I can't seem to find them. I use ssh to login to a few different hosts on a regular basis. I want to set it up so I don't have to enter my password. How do I do this? On each

Re: [gentoo-user] auto-login using ssh

2003-11-07 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 08 November 2003 00:10, Mike Williams wrote: emerge keychain add the following to your .bashrc if [ $DISPLAY ]; then keychain ~/.ssh/id_rsa . ~/.keychain/${HOSTNAME}-sh fi Works perfectly for me. Late night brain fart :(

Re: [gentoo-user] auto-login using ssh

2003-11-07 Thread Octavio Ruiz (Ta^3)
On Sat, Nov 08, 2003 at 12:20:46AM +, Mike Williams wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 08 November 2003 00:10, Mike Williams wrote: emerge keychain add the following to your .bashrc if [ $DISPLAY ]; then keychain ~/.ssh/id_rsa .

Re: [gentoo-user] auto-login using ssh

2003-11-07 Thread Peter Ruskin
On Friday 07 Nov 2003 23:56, Jayson Garrell wrote: On Fri, 2003-11-07 at 15:47, Andrew Gaffney wrote: I've seen a thread or 2 here before about this, but I can't seem to find them. I use ssh to login to a few different hosts on a regular basis. I want to set it up so I don't have to enter

Re: [gentoo-user] auto-login using ssh

2003-11-07 Thread Andrew Gaffney
Luke Davison wrote: On Fri, 2003-11-07 at 15:47, Andrew Gaffney wrote: I've seen a thread or 2 here before about this, but I can't seem to find them. I use ssh to login to a few different hosts on a regular basis. I want to set it up so I don't have to enter my password. How do I do this?