similar to: [Bug 207] Connect timeout patch

Displaying 20 results from an estimated 100000 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 Jun 26
0
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207 ------- Additional Comments From jclonguet at free.fr 2002-06-27 06:27 ------- Created an attachment (id=118) Patch for OpenSSH-3.4p1 ------- 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 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
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
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.
2024 Jan 10
1
[Bug 3653] New: ConnectTimeout causes issue when connecting to an host via tsocks
https://bugzilla.mindrot.org/show_bug.cgi?id=3653 Bug ID: 3653 Summary: ConnectTimeout causes issue when connecting to an host via tsocks Product: Portable OpenSSH Version: 9.6p1 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh
2003 Apr 15
0
Connect timeout patch
This patch avoids spending too much time during connect() when doing an ssh()/scp() on a down host. It uses a new client option called ConnectTimeout and is useful for rsync or rdist commands using ssh(). See http://bugzilla.mindrot.org/show_bug.cgi?id=207 for detailled info. -------------- next part -------------- --- openssh-3.6.1p1/readconf.c.ORIG Tue Apr 15 23:06:30 2003 +++
2002 Apr 03
1
[PATCH] connect() timeout
Here is a version of this widely used patch specific for OpenSSH 3.1p1, as it is still not in the main tree (perhap one day...) The patch avoids spending too much time when doing an ssh()/scp() on a down host, as it does not depend off the default TCP timeout used by connect(). Patch was tested on Linux, Solaris and HP-UX. The patch can also be found on:
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
2023 Feb 16
0
[Bug 3541] New: remote-to-remote case doesn't look at sshport
https://bugzilla.mindrot.org/show_bug.cgi?id=3541 Bug ID: 3541 Summary: remote-to-remote case doesn't look at sshport Product: Portable OpenSSH Version: 9.1p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component: scp Assignee: unassigned-bugs at
2002 Jan 26
5
[PATCH] Connect timeout
The attached patch adds a new 'ConnectTimeout' option (man page updated in patch) to avoid wasting time when the target host is down. I needed that because I was using rsync/rdist over ssh for massive files update and the default connect() took too long for my purpose. The patch was tested on Linux only, but I used a similar one for ssh 1.2.XX on Linux, Solaris and HP-UX without
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:
2001 Nov 17
0
[PATCH] Connect timeout
The attached patch adds a new 'ConnectTimeout' option (man page updated in patch) to avoid wasting time when the target host is down. I needed that because I was using rsync/rdist over ssh for massive files update and the default connect() took too long for my purpose. The patch was tested on Linux only, but I used a similar one for ssh 1.2.XX on Linux, Solaris and HP-UX without
2002 Jan 31
2
[Bug 91] timeout patches
http://bugzilla.mindrot.org/show_bug.cgi?id=91 ------- Additional Comments From matthew at debian.org 2002-01-31 21:31 ------- Created an attachment (id=14) timeout patches (work by Ian Jackson and Matthew Vernon) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
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