Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-10 Thread Frank Lin PIAT
Hello Russel, I am suspecting an issue on the server side. Can you provide a verbose log of the server side, Regards, Franklin On Tue, 2010-04-06 at 20:00 -0700, Russell L. Carter wrote: > > On my main system I have two user accounts, 'rcarter' and 'sardine'. I > remove the .ssh directories f

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-07 Thread Tony Nelson
On 10-04-06 16:06:14, d.sastre.med...@gmail.com wrote: > On Tue, Apr 06, 2010 at 03:24:04PM -0400, Tony Nelson wrote: > > On 10-04-06 14:12:19, Russell L. Carter wrote: > > > r...@feyerabend> diff -u ssh_config ssh_config.dpkg-dist > > > --- ssh_config 2010-04-05 21:14:26.172871668 -0700 > > > +++

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Russell L. Carter
Ryan Manikowski wrote: On 4/6/2010 4:37 PM, Russell L. Carter wrote: What you're trying to do here is login to the 'root' account using your non-root account to initiate the ssh connection. It is reading the 'id_rsa.pub' pubkey file from /home//.ssh/ and this is why it is failing. The non-r

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Ryan Manikowski
On 4/6/2010 4:37 PM, Russell L. Carter wrote: > First, I'm new to this list and how do you all want me to handle > replies? Rather than the two individuals that show up with > reply-all, I've just replied directly to the list. If that's not > what you want, please let me know. > > Ryan Manikowsk

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Stephen Powell
On Tue, 6 Apr 2010 16:23:35 -0400 (EDT), Jordan Metzmeier wrote: > On Tue, Apr 6, 2010 at 4:14 PM, Stephen Powell wrote: >> On Tue, 6 Apr 2010 14:12:19 -0400 (EDT), Russell L. Carter wrote: >>> >>> I dist-upgraded yesterday and ssh root logins started requiring a >>> password. >> >> OK, I'll bite.

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Russell L. Carter
First, I'm new to this list and how do you all want me to handle replies? Rather than the two individuals that show up with reply-all, I've just replied directly to the list. If that's not what you want, please let me know. Ryan Manikowski wrote: Run this command as the user you would like to

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Jordan Metzmeier
On Tue, Apr 6, 2010 at 4:14 PM, Stephen Powell wrote: > On Tue, 6 Apr 2010 14:12:19 -0400 (EDT), Russell L. Carter wrote: >> >> I dist-upgraded yesterday and ssh root logins started requiring a >> password. > > OK, I'll bite.  Not that this is any of my business, but why do you > allow *root* logi

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Stephen Powell
On Tue, 6 Apr 2010 14:12:19 -0400 (EDT), Russell L. Carter wrote: > > I dist-upgraded yesterday and ssh root logins started requiring a > password. OK, I'll bite. Not that this is any of my business, but why do you allow *root* logins via *ssh* _without_ a password. Isn't that dangerous? At my s

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Ryan Manikowski
Run this command as the user you would like to login with via ssh and send back the results: ssh - Ryan Manikowski ]] Devision Media Services LLC [[ www.devision.us r...@devision.us | 716.771.2282 On 4/6/2010 4:06 PM, d.sastre.med...@gmail.com wrote: > On Tue, Apr 06,

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread d . sastre . medina
On Tue, Apr 06, 2010 at 03:24:04PM -0400, Tony Nelson wrote: > On 10-04-06 14:12:19, Russell L. Carter wrote: > > r...@feyerabend> diff -u ssh_config ssh_config.dpkg-dist > > --- ssh_config 2010-04-05 21:14:26.172871668 -0700 > > +++ ssh_config.dpkg-dist2010-01-04 09:05:12.0 -0700

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Tony Nelson
On 10-04-06 14:12:19, Russell L. Carter wrote: > > I dist-upgraded yesterday and ssh root logins started requiring a > password. ... ... > r...@feyerabend> diff -u ssh_config ssh_config.dpkg-dist > --- ssh_config 2010-04-05 21:14:26.172871668 -0700 > +++ ssh_config.dpkg-dist2010-01-04 09

Re: passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread d . sastre . medina
On Tue, Apr 06, 2010 at 11:12:19AM -0700, Russell L. Carter wrote: > VERY CAREFULLY checked .ssh and authorized_keys permissions, > etc. No change. This affects both user->r...@localhost ssh logins Hello, Could you try to add a new user in the box you want to log in, and create a ~/.ssh/authoriz

passwordless ssh root logins stopped working after testing dist-upgrade

2010-04-06 Thread Russell L. Carter
I dist-upgraded yesterday and ssh root logins started requiring a password. I also tweaked some other stuff and installed calibre and miro to check them out and they came with a boatload of dependencies so maybe there's something lurking there. Regular user ssh logins work just fine. I decided