Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] can't ssh w/out password as root into my gentoo box any more
Date: Mon, 26 Feb 2007 23:21:34
Message-Id: 200702262315.50273.michaelkintzios@gmail.com
In Reply to: [gentoo-user] can't ssh w/out password as root into my gentoo box any more by Gabriel Rossetti
1 On Monday 26 February 2007 23:44, Gabriel Rossetti wrote:
2 > Hello,
3 >
4 > I had setup password-less ssh login for a backup process from another
5 > machine (FreeBSD) and all was working well, but for some reason it no
6 > longer works anymore, I tried to redo everything, but still no luck. I
7 > also tried as a regular user and it works fine. I tried to add :
8 >
9 > PermitRootLogin without-password
10
11 I thought that the syntax for this is boolean:
12
13 PermitRootLogin yes
14
15 or
16
17 PermitRootLogin no
18
19 > PubkeyAuthentication yes
20 >
21 > (the second seems useless since it works for non-root users)
22
23 Yes, it should work with any user who has a public key saved in
24 the .ssh/authorized_keys file.
25 --
26 Regards,
27 Mick

Replies

Subject Author
Re: [gentoo-user] can't ssh w/out password as root into my gentoo box any more Gabriel Rossetti <rossettigab@×××××××.net>