Displaying 20 results from an estimated 8000 matches similar to: "Idle SSH session disconnects"
2021 Nov 10
7
[Bug 3362] New: [RFE] Implement a mechanism to disconnect idle users
https://bugzilla.mindrot.org/show_bug.cgi?id=3362
Bug ID: 3362
Summary: [RFE] Implement a mechanism to disconnect idle users
Product: Portable OpenSSH
Version: 8.8p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee:
2005 Oct 20
2
KeepAlive/ClientAliveInterval not working? Idle timeout.
I have set /etc/ssh/sshd_config with:
KeepAlive yes
ClientAliveInterval 3
However, no KeepAlive type messages seem to be sent. I've verified this
by looking at the network lights, which don't flicker every 3 seconds.
I am attempting to keep interactive ssh sessions alive longer. If
don't type anything for about 2 minutes, the sessions close. If I run a
"idle"
2018 Feb 12
4
Problem with ssh disconnecting
Running CentOS 7 on workstation and having a problem with ssh disconnects. My ssh_config contains:
Host *
TCPKeepAlive yes
ServerAliveInterval 30
ServerAliveCountMax 300
and sshd_config on the server contains:
TCPKeepAlive yes
ClientAliveInterval 60
ClientAliveCountMax 300
Have I missed any setting needed to prevent these random disconnects? I don't think there is anything wrong with the
2018 Feb 13
4
Problem with ssh disconnecting
On 02/12/2018 07:24 PM, Liam O'Toole wrote:
> On 2018-02-12, H <agents at meddatainc.com> wrote:
>> Running CentOS 7 on workstation and having a problem with ssh
>> disconnects. My ssh_config contains:
>>
>> Host *
>> TCPKeepAlive yes
>> ServerAliveInterval 30
>> ServerAliveCountMax 300
>>
>> and sshd_config on the server contains:
2012 Aug 17
5
Hiera, Hashes, and Create_resources
Howdy:
I need some help please to get hiera configuration data derived
from YAML, thru puppet. I have studied Internet search results and
puppet documentation on create_resources and custom defines but
need a little help along. I can print out the YAML from variables,
arrays, and, finally, hashes too from a puppet manifest.
One thing that is stumping me is how to access from the custom
define
2020 May 29
8
[Bug 3172] New: Idle connections not closed automatically
https://bugzilla.mindrot.org/show_bug.cgi?id=3172
Bug ID: 3172
Summary: Idle connections not closed automatically
Product: Portable OpenSSH
Version: 8.2p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2006 Apr 18
2
OpenSSH and Idle Timeouts
Theo et al.,
I've looked back through the OpenSSH mailing lists and am stumped as to
why there is no IdleTimeout option for OpenSSH. (Normally the omission
of a feature as useful as this generates much debate and flame-quashing
from the dev. team).
Is there some background to this that I'm missing?
Here's the scenario, and I'm fully open to any workarounds.
We use a
2016 Oct 20
8
[Bug 2627] New: Documentation update: semantic of ClientAliveCountMax 0 unclear
https://bugzilla.mindrot.org/show_bug.cgi?id=2627
Bug ID: 2627
Summary: Documentation update: semantic of ClientAliveCountMax
0 unclear
Product: Portable OpenSSH
Version: 7.3p1
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: sshd
2015 Oct 08
5
problem on exceptional quit
Dear Centos Users:
I installed Centos 7 on my server a few months ago. While using ssh, there is always a strange message "Write failed: Broken pipe?. It forces quit of SSH. It?s really annoying as it happens very often with irregular time interval - from a couple of minutes to a few hours. I have been working using Linux (Red Hat, Fedora and Centos) over 15 years. This didn?t happen for me
2015 Apr 22
6
SIG - Hardening
Dear All,
About a week ago; I posted a proposal over on the centos-devel mailing
list, the proposal is for a SIG 'CentOS hardening', there were a few of
the members of the community who are also interested in this. Therefore,
I am extending that email to this community; where there is a larger
community.
Some things that we will like to achieve are as follows:
SSH:
disable root
2010 Jul 01
2
ssh server hangs the port even if client machine shuts down
Hi,
I have the following problem with ssh, hope someone can help me with it:
I have 2 processes of ssh server on same Linux machine. One of them is
the normal ssh configuration for Linux, the other one starts with a
custom configuration on another port.
>From the client i do a remote port forwarding to the custom ssh
server: ssh -R 1037:localhost:55555.
After this command on ssh server
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:
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 Jun 24
2
IdleTimeout patch did not get in?
Doing a search in the list archives, I see that in 2001/2002 there was
a patch made available for IdleTimeout keyword, for example:
http://marc.info/?l=openssh-unix-dev&m=99838019319356&w=2
Looks like that patch did not make it in the following versions of
OpenSSH - is there a reason why - any chance of the patch getting
back in?
I do know about ClientInterval, but I think I need
2007 Sep 17
18
[Bug 1363] New: sshd gets stuck: select() in packet_read_seqnr waits indefinitely
http://bugzilla.mindrot.org/show_bug.cgi?id=1363
Summary: sshd gets stuck: select() in packet_read_seqnr waits
indefinitely
Product: Portable OpenSSH
Version: 4.2p1
Platform: All
URL: http://marc.info/?t=117394251600035
OS/Version: All
Status: NEW
Keywords: patch
Severity: major
2007 Jul 24
1
ssh client does not timeout if the network fails after ssh_connect but before ssh_exchange_identification, even with Alive options set
Hello,
I am testing ssh with occasional network disconnection between server and
client during these days. I found ssh sometimes hangs if the disconnection
happens after the connection is established but before
ssh_exchange_identification completes. The ssh configuration files show that
both client and server alive options are set.
In /etc/ssh/ssh_config:
# Send keepalive messages to the server.
2007 Dec 12
6
ssh terminal froze once in a while
Hello
My ssh terminal froze some times, and I was thinking it might be related
to centos ,
but now I found that even ubuntu users experiencing the same problem.
does ssh logs any where, and what do you suggest for finding the cause.
Thanks
2003 Jan 02
1
samba 2.0.6 on HP-UX 11.0
I've had samba running cleanly on an HP-UX 11.0 system for many months, with
"DOMAIN" security and one-to-one account name mapping. A few days ago I
started getting password prompts on connection, and messages like this in
the log files...
[2003/01/02 15:46:36, 0] rpc_parse/parse_prs.c:(316)
prs_mem_get: reading data of size 60 would overrun buffer.
[2003/01/02 15:46:36, 0]
2018 Feb 27
3
Established connection timing out
I don't believe you've said: are the disconnects happening during periods
of idleness on the connection, or periods of activity? If idleness, some
device or script could be actively doing a disconnect-on-idle.
On Mon, 26 Feb 2018, Kip Warner wrote:
> Hey list,
>
> I've read the man page for both the client and server daemon, so either
> I missed something or this
2007 Mar 08
1
Tip for SSH users with connection unexpectedly closed troubles
Thanks for rsync - it's great! I use it for all my backups.
I use rsync via SSH. Recently - I was having trouble with my backups:
rsync: connection unexpectedly closed (4968349 bytes received so far)
[receiver]
rsync error: error in rsync protocol data stream (code 12) at
io.c(453) [receiver=2.6.9]
After following all the steps in the FAQ and issues.html on the rsync
website, searching the