[Bug 3380] New: Option -o ConnectTimeout not work

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jan 14 21:21:13 AEDT 2022


https://bugzilla.mindrot.org/show_bug.cgi?id=3380

            Bug ID: 3380
           Summary: Option -o ConnectTimeout not work
           Product: Portable OpenSSH
           Version: 7.9p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: massimiliano.cuoghi at systemceramics.com

Created attachment 3565
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3565&action=edit
log of the three commands

The ConnectTimeout option does not work for me, as you can see from the
reports.

If I give the command without options I connect immediately.

With a timeout of less than 130 seconds, it fails with timeout.

With a longer timeout it goes a few more steps but still fails.

uname -a
Linux DG1600223 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19)
x86_64 GNU 

cat /etc/ssh/ssh_config

SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes

cat /root/.ssh/config

Host *
  StrictHostKeyChecking = no
  UserKnownHostsFile = /dev/null
  ControlPath none

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list