Hello,

ssh_config(5) "ProxyJump" option stopped working after upgrading to
the latest snapshot:

        Build date: 1608330967 - Fri Dec 18 22:36:07 UTC 2020

        OpenBSD 6.8-current (GENERIC.MP) #230: Fri Dec 18 15:27:10 MST 2020
            dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Minimal reproducible ssh_config(5) file:

        Host host.example.org
         ProxyJump gateway.example.org

        $ ssh -vvv host.example.org
        OpenSSH_8.4, LibreSSL 3.3.1
        debug1: Reading configuration data /home/rjc/.ssh/config
        debug1: /home/rjc/.ssh/config line 1: Applying options for 
host.example.org
        debug1: Reading configuration data /etc/ssh/ssh_config
        debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> 
'/home/rjc/.ssh/known_hosts'
        debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> 
'/home/rjc/.ssh/known_hosts2'
        debug2: resolving "host.example.org" port 22
        debug3: ssh_connect_direct: entering
        debug1: Connecting to host.example.org [X.X.X.X] port 22.
        debug3: set_sock_tos: set socket 3 IP_TOS 0x48
        debug1: connect to address X.X.X.X port 22: Operation timed out
        ssh: connect to host host.example.org port 22: Operation timed out

It worked fine on a previous snapshot from a day or two ago.

BTW, "ProxyCommand" works just fine.

I can see that there's been a number of changes committed to OpenSSH
recently[0] so, unless there's a snapshot-only change, this is most
likely related.

[0] https://cvsweb.openbsd.org/src/usr.bin/ssh/?sortby=date#dirlist

Regards,

Raf

Reply via email to