Page MenuHomeFreeBSD

ssh: patch from OpenSSH 7.7p1 update
Needs ReviewPublic

Authored by emaste on Feb 12 2021, 3:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 20, 4:50 AM
Unknown Object (File)
Sep 28 2024, 5:38 AM
Unknown Object (File)
Sep 18 2024, 4:43 AM
Unknown Object (File)
Sep 15 2024, 2:12 PM
Unknown Object (File)
Aug 17 2024, 3:25 AM
Unknown Object (File)
Aug 17 2024, 3:25 AM
Unknown Object (File)
Aug 17 2024, 3:25 AM
Unknown Object (File)
Aug 17 2024, 2:54 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
emaste added inline comments.
servconf.c
253–254

it looks like this is never changed, added just to be used in a comparison in servconf_add_hostkey presumably?

295–296

Upstream dropped DSA host key in

commit 88c50a5ae20902715f0fca306bb9c38514f71679
Author: djm@openbsd.org <djm@openbsd.org>
Date:   Fri Feb 16 02:32:40 2018 +0000

    upstream: stop loading DSA keys by default, remove sshd_config
    
    stanza and manpage bits; from Colin Watson via bz#2662, ok dtucker@
    
    OpenBSD-Commit-ID: d33a849f481684ff655c140f5eb1b4acda8c5c09

In head at least we should not bring this over