wrong key type in sshd logs

2022-02-13 Thread Daniel Jakots
Hi, I thought I could restrict further my sshd_config regarding PubkeyAcceptedAlgorithms. I've one user where I can't use another key type than rsa. I added a `Match User whatever` and since I wasn't sure about which thingy I needed from `ssh -Q PubkeyAcceptedAlgorithms | grep rsa | grep -v cert`,

Re: wrong key type in sshd logs

2022-02-26 Thread Christian Weisgerber
Daniel Jakots: > I thought I could restrict further my sshd_config regarding > PubkeyAcceptedAlgorithms. I've one user where I can't use another key > type than rsa. I added a `Match User whatever` and since I wasn't sure > about which thingy I needed from `ssh -Q PubkeyAcceptedAlgorithms | > grep