patches for gssapi key exchange for 7.6p1 are available at the typical place (specifically for 7.6: https://sources.debian.org/data/main/o/openssh/1:7.6p1-4/debian/patches/gssapi.patch)
7.7p1 GSSAPI patches at: https://sources.debian.org/data/main/o/openssh/1:7.7p1-2/debian/patches/gssapi.patch
Created attachment 192801 [details] Patch to security/openssh-portable to unbreak KERB_GSSAPI
Created attachment 192802 [details] Poudriere build log w/ attached opens-portable-gssapi.patch applied
I've added two attachments: * openssh-portable-gssapi.patch: Updates the Port to use the upstream PATCH_SITE and PATCHFILES. * Poudriere build log illustrating that poudriere builds the package with KERB_GSSAPI enabled Please update the port to unbreak KERB_GSSAPI.
A commit references this bug: Author: bdrewery Date: Wed Apr 25 18:05:41 UTC 2018 New revision: 468286 URL: https://svnweb.freebsd.org/changeset/ports/468286 Log: Update the KERB_GSSAPI patch from debian. https://sources.debian.org/data/main/o/openssh/1:7.7p1-2/debian/patches/gssapi.patch is mirrored due to not being filename-unique and not gzipped. PR: 226789 Submitted by: Rick Miller <vmiller@verisign.com> (based on) Tested by: Rick Miller <vmiller@verisign.com> Reported by: david@dcrosstech.com Changes: head/security/openssh-portable/Makefile head/security/openssh-portable/distinfo
Confirmed that this works in my environment too. Thanks, Brian, Rick, and David.