Re: ssh: Permission denied

2020-07-18 Thread Bill Shirley
Back when I migrated to Fedora 24, all the user/group ids changed. At that time I discovered rsync's --usermap and --groupmap.  Its format is: old_uid:new_username old_gid:new_groupname rsync -axAXv --delete --numeric-ids --usermap=400:bob,391:smbguest --groupmap=400:bob,391:smbguest 

Re: ssh: Permission denied

2020-07-15 Thread Geoffrey Leach
On Wed, 15 Jul 2020 16:19:40 -0400 Tom Horsley wrote: > On Wed, 15 Jul 2020 12:29:29 -0700 > Samuel Sieb wrote: > > > > The user account that was created with Anaconda permits ssh > > > login. The problem account is using a directory that was leftover > > > from the Fedora 30 install. > >

Re: ssh: Permission denied

2020-07-15 Thread Geoffrey Leach
On Wed, 15 Jul 2020 12:29:29 -0700 Samuel Sieb wrote: > On 7/15/20 12:00 PM, Geoffrey Leach wrote: > > Further info on this. The problem appears to be with the user > > account that was being used for testing. > > > > The user account that was created with Anaconda permits ssh login. > > The

Re: ssh: Permission denied

2020-07-15 Thread Tom Horsley
On Wed, 15 Jul 2020 12:29:29 -0700 Samuel Sieb wrote: > > The user account that was created with Anaconda permits ssh login. The > > problem account is using a directory that was leftover from the Fedora > > 30 install. Another possibility is that you have selinux enabled and the leftover

Re: ssh: Permission denied

2020-07-15 Thread Samuel Sieb
On 7/15/20 12:00 PM, Geoffrey Leach wrote: Further info on this. The problem appears to be with the user account that was being used for testing. The user account that was created with Anaconda permits ssh login. The problem account is using a directory that was leftover from the Fedora 30

Re: ssh: Permission denied

2020-07-15 Thread Geoffrey Leach
Further info on this. The problem appears to be with the user account that was being used for testing. The user account that was created with Anaconda permits ssh login. The problem account is using a directory that was leftover from the Fedora 30 install. On Wed, 15 Jul 2020 11:51:34 -0700

Re: ssh: Permission denied

2020-07-15 Thread bruce
geoffry.. can you post the current sshd_config file.. I forget exactly what the file has for the diff attributes On Wed, Jul 15, 2020 at 2:52 PM Geoffrey Leach wrote: > > This resolves the problem with root login, thanks. > > The problem with non-root login getting Permission denied remains. >

Re: ssh: Permission denied

2020-07-15 Thread Geoffrey Leach
This resolves the problem with root login, thanks. The problem with non-root login getting Permission denied remains. On Wed, 15 Jul 2020 13:46:19 -0400 Tom Horsley wrote: > On Wed, 15 Jul 2020 10:33:35 -0700 > Geoffrey Leach wrote: > > > Suggestions would be appreciated. > > I believe the

Re: ssh: Permission denied

2020-07-15 Thread Tom Horsley
On Wed, 15 Jul 2020 10:33:35 -0700 Geoffrey Leach wrote: > Suggestions would be appreciated. I believe the default sshd_config in fedora 32 has been changed to say "PermitRootLogin: prohibit-password", so you can only get it with public keys. If you change it to "yes" and restart sshd, it will

Re: ssh: Permission denied

2020-07-15 Thread Richard
> Date: Wednesday, July 15, 2020 10:33:35 -0700 > From: Geoffrey Leach > > From-scratch Fedora 32 install. sshd enabled. ssh to new install > fails on password (which is correct) > > ssh root@webster > root@webster's password: > Permission denied, please try again. > I don't have a f32

ssh: Permission denied

2020-07-15 Thread Geoffrey Leach
From-scratch Fedora 32 install. sshd enabled. ssh to new install fails on password (which is correct) ssh root@webster root@webster's password: Permission denied, please try again. * sshd.service - OpenSSH server daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled;