Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-29 Thread Ed Greshko
On 2019-11-30 04:34, Samuel Sieb wrote: > On 11/28/19 4:33 AM, Ed Greshko wrote: >> On 2019-11-28 20:28, Ed Greshko wrote: >>> If you're suggesting this to be a permission issue on authorized_keys >>> wouldn't it be a good >>> idea to request the output of "ls -Z ~/.ssh"? >> >> Oh, as well as "ls

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-29 Thread Samuel Sieb
On 11/28/19 4:33 AM, Ed Greshko wrote: On 2019-11-28 20:28, Ed Greshko wrote: If you're suggesting this to be a permission issue on authorized_keys wouldn't it be a good idea to request the output of "ls -Z ~/.ssh"? Oh, as well as "ls -Zd ~/.ssh"? Or combine the results of both using "ls -Z

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Ed Greshko
On 2019-11-28 20:50, Jouk Jansen wrote: > Ed Greshko wrote on 28-NOV-2019 13:46:10.58 > >> On 2019-11-28 20:28, Ed Greshko wrote: >>> If you're suggesting this to be a permission issue on authorized_keys >>> wouldn't it be a good >>> idea to request the output of "ls -Z ~/.ssh"? >> Oh, as well as

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Jouk Jansen
Ed Greshko wrote on 28-NOV-2019 13:46:10.58 >On 2019-11-28 20:28, Ed Greshko wrote: >> If you're suggesting this to be a permission issue on authorized_keys >> wouldn't it be a good >> idea to request the output of "ls -Z ~/.ssh"? >Oh, as well as "ls -Zd ~/.ssh"? vleegert-jj ) ls -Z .ssh syste

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Ed Greshko
On 2019-11-28 20:28, Ed Greshko wrote: > If you're suggesting this to be a permission issue on authorized_keys > wouldn't it be a good > idea to request the output of "ls -Z ~/.ssh"? Oh, as well as "ls -Zd ~/.ssh"? -- The key to getting good answers is to ask good questions. ___

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Ed Greshko
On 2019-11-28 20:21, Jakub Jelen wrote: > On Wed, 2019-11-27 at 13:47 +0100, Jouk Jansen wrote: >> Jakub Jelen wrote on 27-NOV-2019 13:20:25.09 >> >>> On Tue, 2019-11-26 at 13:27 +0100, Jouk Jansen wrote: >> [snip] Question : why does is work with just running "/usr/sbin/sshd" but no

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-28 Thread Jakub Jelen
On Wed, 2019-11-27 at 13:47 +0100, Jouk Jansen wrote: > Jakub Jelen wrote on 27-NOV-2019 13:20:25.09 > > > On Tue, 2019-11-26 at 13:27 +0100, Jouk Jansen wrote: > [snip] > > > Question : why does is work with just running "/usr/sbin/sshd" > > > but > > > not with > > > "systemctl start sshd" ? > >

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-27 Thread Jouk Jansen
Jakub Jelen wrote on 27-NOV-2019 13:20:25.09 >On Tue, 2019-11-26 at 13:27 +0100, Jouk Jansen wrote: [snip] >> Question : why does is work with just running "/usr/sbin/sshd" but >> not with >> "systemctl start sshd" ? >This sounds like an issue with selinux permissions on the authorizied >keys file

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
Tom Horsley wrote on 26-NOV-2019 19:05:50.24 >Try running the ssh command which is attempting to >login with the -v -v -v options, then you can see what it Does not learn me much (I added the log below). They are different from line 99 when a 1 or 0 is returned which enables/disables the key-logi

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Tom Horsley
Try running the ssh command which is attempting to login with the -v -v -v options, then you can see what it is trying and what didn't work. If it is an old enough system it may not share any ciphers with the new f31 system as they have disabled a lot of old ciphers by default. ___

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
George N. White III wrote on 26-NOV-2019 14:26:34.37 >On Tue, 26 Nov 2019 at 08:36, Jouk Jansen >wrote: > >> Hi All, >> >> I'm trying to setup an ssh-server on F31 which logs a user in without a [snip] >> Question : why does is work with just running "/usr/sbin/sshd" but not wi= >th >> "systemctl

Re: (fedora) Re: sshd on F31 : strange problem with login with keys's

2019-11-26 Thread Jouk Jansen
Sam Varshavchik wrote on 26-NOV-2019 14:09:36.69 >Jouk Jansen writes: > >> Hi All, >> >> I'm trying to setup an ssh-server on F31 which logs a user in without a >> password, but with a key-exchange. I generated all the keys and placed them >> in the right locations. It still asks for the password.