NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/58369: sshd blocklistd integration spuriously blocks legitimate users with multiple public keys



The following reply was made to PR bin/58369; it has been noted by GNATS.

From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, netbsd-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/58369: sshd blocklistd integration spuriously blocks legitimate users with multiple public keys
Date: Sun, 11 Aug 2024 13:34:20 +0000

 For posterity, until this is deployed everywhere, the workaround for
 users with multiple public keys is to put a stanza like the following
 in ~/.ssh/config, so that ssh(1) will try exactly one public key for
 the host in question:
 
 Host cvs.example.com
     IdentityFile ~/.ssh/identities/id_ed25519
 



Home | Main Index | Thread Index | Old Index