[Bug 3348] Not possible to disable rsa-sha2-512 in sshd
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Tue Sep 21 11:21:50 AEST 2021
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=3348
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
It's tricky, because PubkeyAcceptedAlgorithms can be overridden by a
sshd_config Match block that is evaluated during user authentication,
i.e. well after key exchange completes.
Can you avoid this on the client side by setting
PubkeyAcceptedAlgorithms there?
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
    
    
More information about the openssh-bugs
mailing list