CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/25 19:36:03
Modified files:
usr.bin/ssh : ssh.c
Log message:
Check for ProxyJump=none in CanonicalizeHostname logic.
Previously ssh would incorrectly refuse to canonicalise the hostname
if ProxyJump was explicitly set to "none" when CanonicalizeHostname=yes
bz3567; ok dtucker
