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



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