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: Christoph Badura <bad%bsd.de@localhost>
To: gnats-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 16:11:39 +0200

 Actually, IdentitiesOnly is also need, so that other identities from
 ssh-agent etc. aren't offered.
 
 i.e.:
 
 Host cvs.example.com
     IdentitiesOnly yes
     IdentityFile ~/.ssh/identities/id_ed25519
 
 --chris
 



Home | Main Index | Thread Index | Old Index