https://bugzilla.mindrot.org/show_bug.cgi?id=2547

Nuno Goncalves <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #3 from Nuno Goncalves <[email protected]> ---
I believe the commit to fix this have created a regression:

OpenSSH 7.3p1:
debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>

OpenSSH 7.4p1:
debug1: kex_input_ext_info:
server-sig-algs=<ssh-ed25519,ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>

This former two algs, which worked, are now no longer list as supported
and the client ends up using ssh-rsa.

I've tried to hardcode at least rsa-sha2-256 back again and it works on
the client.

-- 
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to