CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/09/20 21:11:36
Modified files: usr.bin/ssh : ssh_config.5 ssh.c Log message: Treat connections with ProxyJump specified the same as ones with a ProxyCommand set with regards to hostname canonicalisation (i.e. don't try to canonicalise the hostname unless CanonicalizeHostname is set to 'always'). Patch from Sven Wegener via bz#2896