Hi, On Wed, Oct 12, 2022 at 1:33 PM [email protected] <[email protected]> wrote: > > I can't login with private credentials.
Did you set a password interactively? Otherwise you can set an initial
password with something like (password (crypt "alice" "$6$abc")) [1]
Either way, I would also have a look at the output of
fgrep -i ssh /var/log/messages
on the server.
Kind regards
Felix Lechner
[1]
https://guix.gnu.org/en/manual/devel/en/html_node/Using-the-Configuration-System.html
