On Thu, 24 Oct 2019, wes wrote: > At this point we've established that the SSH client is doing its job > properly. The problem resides with the SSH server component. We need to > find its logs. > > Try grep -i ssh /var/log/* and see if anything pops up.
Wes, Mea culpa! I should have looked for sshd messages in /var/log/messages, not /var/log/secure. Here's what I found: /var/log/messages:Oct 21 06:02:02 salmo sshd[11376]: User root from 192.168.55.1 not allowed because not listed in AllowUser I just added root to sshd_config's AllowUsers, then stopped and restarted sshd. No joy: # dirvish --vault salmo-data --init Permission denied (publickey). salmo-data:default pre-client failed (65280) > We may have reached a point where a house call makes more sense than > trying to grasp in the dark via email. Ping me off list if you want to > arrange that. Off list ping to follow. Thanks, Rich _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
