ssh w/ rsa certs not working

2007-01-24 Thread Gabriel Rossetti
Hello, I tried to setup ssh on a FreeBSD 4.8 (OpenSSH_3.5p1) to use certificates to log in to a FreeBSD 6.1 (OpenSSH_4.2p1) machine, but it still asks for a password. I did the same setup, same steps, to get the FreeBSD 6.1 machine to log into a Gentoo Linux (OpenSSH_4.5p1) machine without

Re: **questions** ssh w/ rsa certs not working

2007-01-24 Thread Matt Ruzicka
On Wed, 24 Jan 2007, Gabriel Rossetti wrote: The user needing to log in is root (I know this is not good and turned off by default), so I re-enabled root login with ssh but like I said above, I get a password prompt when I do : ssh -l root machine2 whoami Not sure if there is more going on

Re: ssh w/ rsa certs not working

2007-01-24 Thread Kevin Kinsey
Gabriel Rossetti wrote: Hello, I tried to setup ssh on a FreeBSD 4.8 (OpenSSH_3.5p1) to use certificates to log in to a FreeBSD 6.1 (OpenSSH_4.2p1) machine, but it still asks for a password. snip The user needing to log in is root (I know this is not good and turned off by default), so I

Re: **questions** ssh w/ rsa certs not working

2007-01-24 Thread Gabriel Rossetti
Matt Ruzicka wrote: On Wed, 24 Jan 2007, Gabriel Rossetti wrote: The user needing to log in is root (I know this is not good and turned off by default), so I re-enabled root login with ssh but like I said above, I get a password prompt when I do : ssh -l root machine2 whoami Not sure if