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; vendor preset: enable> Active: active (running) since Wed 2020-07-15 13:14:57 EDT; 5s ago Docs: man:sshd(8) man:sshd_config(5) Main PID: 2419 (sshd) Tasks: 1 (limit: 19062) Memory: 1.2M CPU: 10ms CGroup: /system.slice/sshd.service `-2419 /usr/sbin/sshd -D -oCiphers=aes256-gcm@openssh.com,chacha20-poly1305@>
Jul 15 13:14:57 webster.mtranch.com systemd[1]: Starting OpenSSH server daemon... Jul 15 13:14:57 webster.mtranch.com sshd[2419]: Server listening on 0.0.0.0 port 22. Jul 15 13:14:57 webster.mtranch.com sshd[2419]: Server listening on :: port 22. Jul 15 13:14:57 webster.mtranch.com systemd[1]: Started OpenSSH server daemon.
The new install (webster) is able to ssh out. It's ssh to webster that's the problem.
ping and traceroute find webster. ssh to non-root account has the same problem.
ssh-copy-id root@webster also fails. ssh-copy-id on webster works.
Suggestions would be appreciated.