[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#64930: [PATCH] guix: Also print the user when SSH auth fails.
From: |
Ludovic Courtès |
Subject: |
bug#64930: [PATCH] guix: Also print the user when SSH auth fails. |
Date: |
Tue, 22 Aug 2023 11:07:26 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
Simon Tournier <zimon.toutoune@gmail.com> skribis:
> On Sat, 29 Jul 2023 at 14:02, Attila Lendvai <attila.lendvai@gmail.com> wrote:
>
>> - (message (format #f (G_ "SSH authentication failed
>> for '~a': ~a~%")
>> - host (get-error session)))))))))))
>> + (message (format #f (G_ "SSH authentication failed
>> for '~a@~a': ~a~%")
>> + user host (get-error
>> session)))))))))))
>
> This LGTM. Is it possible that ’user’ is not set?
Right, USER can be #f. I fixed this and applied it.
Thanks Attila & Simon!
Ludo’.