search for: serveralive

Displaying 12 results from an estimated 12 matches for "serveralive".

2014 Aug 25
13
[Bug 2265] New: ServerAlive{Interval,CountMax} ignored if using an active -R or -L tunnel
https://bugzilla.mindrot.org/show_bug.cgi?id=2265 Bug ID: 2265 Summary: ServerAlive{Interval,CountMax} ignored if using an active -R or -L tunnel Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: ssh...
2007 Apr 17
9
[Bug 1307] client disconnects if ServerAlive enabled but not implemented
http://bugzilla.mindrot.org/show_bug.cgi?id=1307 Summary: client disconnects if ServerAlive enabled but not implemented Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindr...
2007 Dec 28
3
[Bug 1307] client disconnects if ServerAlive enabled but not implemented
...ugzilla.mindrot.org/attachment.cgi?id=1424) Hack sshd to provide testcase for this change. This patch is a nasty hack to make sshd behave the same as described here to test this change. Against the hacked sshd, an unpatched client disconnects with "Timeout, server not responding." after ServerAliveInterval * ServerAliveCountMax. A patched client keeps running. David, it would be appreciated if you could verify that patch #1264 resolves the problem with the actual device(s) where the behaviour was observed. Thanks. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email...
2012 Nov 29
2
rsync using huge traffic
Hey, I'm using rsync to backup my server but there is a problem because rsync is using very huge amounts traffic. But first to the setup. The server I backup has 4GB of data and I use the following command to backup this data. /usr/bin/rsync -aze 'ssh -i /root/.ssh/backup.key -l backupuser' --rsync-path='sudo rsync' --delete --exclude-from=ex.list $SRC $TRG The problem is
2009 Jun 28
1
transforming character categories
Dear R users, apologies for this quite simple question. I've tried serverall approaches, however, could not generate the desired result. I have a large data frame, which has several cathegories encoded as character strings, for example. Name, income, gender, ... ... "from 1000$ to 2000$" ... ... "from 2000$ to 3000$" ... ... "more than 3000$" ...
2010 Aug 02
7
Persistent SSH sessions
..."TCPKeepAlive On" setting, these sessions are terminated almost immediately. I tried the following configuration: sshd_config on server: TCPKeepAlive no ClientAliveInterval 90 ClientAliveCountMax 6 ~/.ssh/config: Host * Protocol 2 Compression yes TCPKeepAlive no ServerAliveInterval 90 ServerAliveCountMax 6 But I guess the ssh client doesn't try to re-establish the session for the ServerAlive messages to work. The shells remain blocked after the modem reboots, and after approximately 90*6 seconds, ssh aborts complaining of timeout with the remote server. I w...
2023 Apr 07
2
Killing the OpenSSH server doesn't cause the Windows OpenSSH client to die
The fact that '-o ServerAliveInterval=50' makes no difference suggests that there is a bug in the OpenSSH client. It either fails to sent heartbeats, or it gets stuck in some Windows system call and this makes it to fail to send heartbeats. Yuri
2004 Mar 26
2
Patch for login exchange timeout
...n) but does not put up a banner (e.g. when the disk has crashed or when file descriptors are exhausted on a machine). Sounds unusual, but this happens with some regularity on PlanetLab (www.planet-lab.org)... Anyway, that situation is not caught be either the ConnectionTimeout, TCPKeepAlive, or the ServerAlive timeouts. This patch just sets an alarm prior to the atomicio call that reads & processes the banner from the sshd. --Mic micbowman at comcast dot net *** sshconnect.c 2004-01-27 02:21:27.000000000 -0800 --- sshconnect-new.c 2004-03-26 14:48:24.000000000 -0800 *************** *** 429,434 **...
2007 Dec 19
4
[Bug 1404] New: Make keepalive work properly with Cisco PIX/ASA boxes
https://bugzilla.mindrot.org/show_bug.cgi?id=1404 Summary: Make keepalive work properly with Cisco PIX/ASA boxes Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo:
2007 Aug 10
68
[Bug 1353] New: Bugs intended to be fixed in 4.8
http://bugzilla.mindrot.org/show_bug.cgi?id=1353 Summary: Bugs intended to be fixed in 4.8 Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Keywords: meta Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org
2020 May 08
79
[Bug 3162] New: Tracking bug for 8.4 release
https://bugzilla.mindrot.org/show_bug.cgi?id=3162 Bug ID: 3162 Summary: Tracking bug for 8.4 release Product: Portable OpenSSH Version: -current Hardware: Other OS: All Status: NEW Keywords: meta Severity: enhancement Priority: P5 Component: Miscellaneous Assignee:
2006 Jun 05
2
[PATCH] Pet peave then->than
...t a particular */ /* binding will reach the server. (For example, when the oxid */ - /* bindings have more then one TCP/IP binding) This call */ + /* bindings have more than one TCP/IP binding) This call */ /* can be used to validate the binding */ /* from the client. */ [idempotent] WERROR ServerAlive (); Index: NEWS =================================================================== --- NEWS (revision 16046) +++ NEWS (working copy) @@ -12,7 +12,7 @@ Removal of nmbd and introduction of process models ================================================== -smbd now implements several network prot...