[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: |
Simon Tournier |
Subject: |
[bug#64930] [PATCH] guix: Also print the user when SSH auth fails. |
Date: |
Wed, 16 Aug 2023 18:43:39 +0200 |
Hi,
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?
Cheers,
simon
- [bug#64930] [PATCH] guix: Also print the user when SSH auth fails.,
Simon Tournier <=