Displaying 20 results from an estimated 200000 matches similar to: "[Bug 207] Connect timeout patch"
2003 Apr 21
6
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
------- Additional Comments From jclonguet at free.fr  2003-04-22 05:08 -------
Created an attachment (id=273)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=273&action=view)
Patch for OpenSSH-3.6.1p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 May 22
1
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
------- Additional Comments From jclonguet at free.fr  2002-05-23 05:02 -------
Created an attachment (id=101)
Patch for OpenSSH-3.2.2p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Oct 17
0
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
------- Additional Comments From jclonguet at free.fr  2002-10-17 18:36 -------
Created an attachment (id=154)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=154&action=view)
Patch for OpenSSH-3.5p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Apr 06
0
[Bug 207] New: Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
           Summary: Connect timeout patch
           Product: Portable OpenSSH
           Version: 3.1p1
          Platform: All
               URL: http://charts.free.fr/openssh-3.1p1-timeout-1.02.patch
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ssh
        AssignedTo:
2002 Apr 06
0
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
------- Additional Comments From jclonguet at free.fr  2002-04-07 06:19 -------
Created an attachment (id=63)
ConnectTimeout patch
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Sep 17
3
[Bug 656] ConnectTimeout option broken
http://bugzilla.mindrot.org/show_bug.cgi?id=656
           Summary: ConnectTimeout option broken
           Product: Portable OpenSSH
           Version: 3.7.1p1
          Platform: All
               URL: http://charts.free.fr
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: ssh
        AssignedTo: openssh-bugs at mindrot.org
  
2004 Jan 08
3
[Bug 785] ssh client socket may have O_NONBLOCK flag set
http://bugzilla.mindrot.org/show_bug.cgi?id=785
           Summary: ssh client socket may have O_NONBLOCK flag set
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: ssh
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy:
2002 Feb 16
0
[Bug 119] New: Occassionally, SSH failed to connect and timeout after 2 hrs!
http://bugzilla.mindrot.org/show_bug.cgi?id=119
           Summary: Occassionally, SSH failed to connect and timeout after 2
                    hrs!
           Product: Portable OpenSSH
           Version: older versions
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh
        AssignedTo:
2002 Mar 30
2
[Bug 119] Occassionally, SSH failed to connect and timeout after 2 hrs!
http://bugzilla.mindrot.org/show_bug.cgi?id=119
------- Additional Comments From stevesk at pobox.com  2002-03-31 05:22 -------
what is the timeout issue?  timeouts can be caused by filters
that maintain connection state and have timeouts; or TCP keepalives
or ???
this should probably be "invalid"
------- You are receiving this mail because: -------
You are the assignee for the
2002 Oct 17
0
[PATCH] connect() timeout for OpenSSH-3.5p1
Here is the version of this patch for the last portable version of
OpenSSH (3.5p1), as it is not included in the main tree.
The patch avoids waiting to long when using ssh() or scp() on a down host,
it is usefull when you have to update many hosts via rsync or rdist themselves
relying upon ssh(). It enables a new option 'ConnectTimeout' to control
exactly the timeout value, so that it can
2003 May 24
1
[Bug 91] timeout patches
http://bugzilla.mindrot.org/show_bug.cgi?id=91
------- Additional Comments From djm at mindrot.org  2003-05-24 11:07 -------
See also bug #207
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jul 25
0
openssh-unix-dev digest, Vol 1 #505 - 15 msgs
subscribe  openssh-unix-dev at mindrot.org
> Send openssh-unix-dev mailing list submissions to
> 	openssh-unix-dev at mindrot.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
> or, via email, send a message with subject or body 'help' to
> 	openssh-unix-dev-request at mindrot.org
> 
2014 Oct 24
1
[Bug 2300] New: reexec.sh and login-timeout.sh fail due to a race condition
https://bugzilla.mindrot.org/show_bug.cgi?id=2300
            Bug ID: 2300
           Summary: reexec.sh and login-timeout.sh  fail due to  a race
                    condition
           Product: Portable OpenSSH
           Version: 6.7p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component:
2023 Jan 19
4
[Bug 3524] New: Rekey interval timeout not working when no package is being transfered
https://bugzilla.mindrot.org/show_bug.cgi?id=3524
            Bug ID: 3524
           Summary: Rekey interval timeout not working when no package is
                    being transfered
           Product: Portable OpenSSH
           Version: 8.9p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: sshd
2002 May 22
0
[PATCH] connect() timeout
Here are the new versions of this widely used patch for OpenSSH 3.2.2p1
and 3.2.3p1.
The patch avoids waiting to long when using ssh() or scp() on a down host,
it is usefull when you have to update many hosts via rsync or rdist themselves
relying upon ssh(). It enables a new option 'ConnectTimeout' to control
exactly the timeout value, so that it can be used even on slow links.
 These
2017 May 22
4
[Bug 2718] New: SFTP idle timeout
https://bugzilla.mindrot.org/show_bug.cgi?id=2718
            Bug ID: 2718
           Summary: SFTP idle timeout
           Product: Portable OpenSSH
           Version: 7.5p1
          Hardware: Sparc
                OS: Solaris
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: sftp-server
          Assignee: unassigned-bugs at mindrot.org
       
2014 Apr 16
6
[Bug 2228] New: ssh-agent passwords do not timeout properly
https://bugzilla.mindrot.org/show_bug.cgi?id=2228
            Bug ID: 2228
           Summary: ssh-agent passwords do not timeout properly
           Product: Portable OpenSSH
           Version: 6.4p1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: ssh-agent
          Assignee: unassigned-bugs at
[Bug 2707] New: mux_client_hello_exchange: write packet: Broken pipe when timeout is about to expire
2017 Apr 07
5
[Bug 2707] New: mux_client_hello_exchange: write packet: Broken pipe when timeout is about to expire
https://bugzilla.mindrot.org/show_bug.cgi?id=2707
            Bug ID: 2707
           Summary: mux_client_hello_exchange: write packet: Broken pipe
                    when timeout is about to expire
           Product: Portable OpenSSH
           Version: 7.4p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
        
2010 Jun 20
6
[Bug 1785] New: configurable timeout for x11 cookies
https://bugzilla.mindrot.org/show_bug.cgi?id=1785
           Summary: configurable timeout for x11 cookies
           Product: Portable OpenSSH
           Version: 5.5p1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ssh
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy:
2005 Feb 09
0
[Bug 849] Document or fix untrusted X11 authority timeout
http://bugzilla.mindrot.org/show_bug.cgi?id=849
djm at mindrot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|openssh-bugs at mindrot.org    |djm at mindrot.org
             Status|NEW                         |ASSIGNED
------- Additional Comments From djm at mindrot.org