Displaying 20 results from an estimated 50000 matches similar to: "[Bug 207] New: 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 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 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 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.
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.
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.
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
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 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
0
[Bug 202] New: scp/ssh hangs
http://bugzilla.mindrot.org/show_bug.cgi?id=202
Summary: scp/ssh hangs
Product: Portable OpenSSH
Version: 3.1p1
Platform: ix86
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: zheyang at cis.upenn.edu
2002 Sep 25
0
[Bug 403] New: scp generates sparse file when no space left
http://bugzilla.mindrot.org/show_bug.cgi?id=403
Summary: scp generates sparse file when no space left
Product: Portable OpenSSH
Version: 3.1p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2002 Jun 12
0
[Bug 274] New: scp fails if target account has echo "somestuff" as last line in .profile
http://bugzilla.mindrot.org/show_bug.cgi?id=274
Summary: scp fails if target account has echo "somestuff" as last
line in .profile
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: scp
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 Mar 12
0
[Bug 160] New: Race condition in clientloop.c?
http://bugzilla.mindrot.org/show_bug.cgi?id=160
Summary: Race condition in clientloop.c?
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: Nicolas.Williams
2003 Dec 01
4
[Bug 766] minor optimization: check local path and file names before password prompt
http://bugzilla.mindrot.org/show_bug.cgi?id=766
Summary: minor optimization: check local path and file names
before password prompt
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: scp
AssignedTo:
2004 Dec 03
5
[Bug 959] enhancement: supporting a remote scp path option in scp
http://bugzilla.mindrot.org/show_bug.cgi?id=959
Summary: enhancement: supporting a remote scp path option in scp
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
2007 Sep 24
0
[Bug 1368] New: avoid "scp not found" with option to specify remote scp command
http://bugzilla.mindrot.org/show_bug.cgi?id=1368
Summary: avoid "scp not found" with option to specify remote scp
command
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo:
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
http://bugzilla.mindrot.org/show_bug.cgi?id=198
Summary: Error getting file with sftp on old F-Secure servers
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
2005 Feb 22
0
[Bug 986] scp: support for "proxy mode"
http://bugzilla.mindrot.org/show_bug.cgi?id=986
Summary: scp: support for "proxy mode"
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: