NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/58420: ssh silently fails attempting to authenticate from NetBSD to another host
The following reply was made to PR misc/58420; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: Duncan Greatwood <dgbulk%gmail.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: misc/58420: ssh silently fails attempting to authenticate from
NetBSD to another host
Date: Sun, 14 Jul 2024 09:18:33 +0200
On Sat, Jul 13, 2024 at 05:26:26PM -0700, Duncan Greatwood wrote:
> The specific answer to your question is that NetBSD 9.0 is the most recent
> version of NetBSD explicitly supported by the default version of QEMU/KVM
I am not sure what "explicitly supported" here means, but that is not
very important for this PR.
> Nonetheless. I cloned the VM and upgraded it to NetBSD 9.4 using:
Thanks. Can you show the output of
ssh -vvvv user@somehost
for the non-working case?
Since your ssh shows the host key fingerprint it obviously is already talking
to the peer (so anything on the network layer works), and the problem must
be something local (like wrong permissions on your ~/.ssh directory).
The more verbose output should point at that.
Martin
Home |
Main Index |
Thread Index |
Old Index