On Wed, 15 Jul 2020 12:29:29 -0700 Samuel Sieb samuel@sieb.net 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 problem account is using a directory that was leftover from the Fedora 30 install.
You created that user again after the install? It most likely has the wrong permissions since the user will most likely have a different userid than it did before. Do "ls -l /home" to check that. And if the permissions are wrong, then run "chown -R user: /home/user" (replacing "user" in all cases with the real username").
More than likely that was the problem. I recreated the user and copied the non-dot files over and did the chown thingy,