Displaying 12 results from an estimated 12 matches for "serverall".
Did you mean:
  serveral
  
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:
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
2007 Dec 28
3
[Bug 1307] client disconnects if ServerAlive enabled but not implemented
https://bugzilla.mindrot.org/show_bug.cgi?id=1307
--- Comment #10 from Darren Tucker <dtucker at zip.com.au>  2007-12-29 00:38:09 ---
Created an attachment (id=1424)
 --> (http://bugzilla.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
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
Hi all
I have an ADSL modem which reboots when there is a power cut and the
inverter (UPS) kicks in.  Internet access is down for a duration of 1
to 2 minutes while the modem boots.
I have many SSH tunnels and shells active.  Due to the default
"TCPKeepAlive On" setting, these sessions are terminated almost
immediately.
I tried the following configuration:
sshd_config on server:
 
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
Here's a quick patch that adds a timeout (value set
from the connection timeout config parameter) for
identification exchange. The situation that this fixes
is the one where the sshd has a connection open (so
you can make a TCP connection) 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
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
This patch fixes all the incorrect uses of "then" that I could
find on the whole SAMBA_4_0 branch.
i.e. it is relative to
svn://svnanon.samba.org/samba/branches/SAMBA_4_0 at revision
16046.
Index: source/auth/ntlmssp/ntlmssp_sign.c
===================================================================
--- source/auth/ntlmssp/ntlmssp_sign.c	(revision 16046)
+++