Displaying 20 results from an estimated 1000 matches similar to: "[Bug 396] sshd orphans processes when no pty allocated"
2002 Sep 12
0
[Bug 396] New: sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
Summary: sshd orphans processes when no pty allocated
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2002 Sep 12
0
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From dtucker at zip.com.au 2002-09-12 23:26 -------
Created an attachment (id=145)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=145&action=view)
Send HUP to sshd child procs on exit
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Jan 07
0
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Mar 14
0
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 May 04
0
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From dtucker at zip.com.au 2003-05-04 11:14 -------
Does anyone object to this patch? And if not, is it something that should go to
OpenBSD?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2011 Jun 13
0
Bug 396 - sshd orphans processes when no pty allocated
Hello everyone,
I've look at the latest nightly snapshot but I could find this bug is
fixed on the source code. Is there any progression to fix that issue.
This bug is open for almost 10 years, come on guys :)
>List: openssh-unix-dev
>Subject: Re: killing remote commands
>From: HAUTREUX Matthieu <matthieu.hautreux () cea ! fr>
>Date: 2010-10-21
2003 Jun 04
3
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From markus at openbsd.org 2003-06-05 00:09 -------
sending signals could be dangerous, depending on the permissions
of the sending process, e.g. a root-owned sshd sending to
a setuid process. but i'm not sure. we had similar code there before.
------- You are receiving this mail because: -------
You are the
2005 Feb 14
2
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From djm at mindrot.org 2005-02-14 11:55 -------
Is this not another manifestation of the infamous bug #52?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2012 Sep 27
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Tyler Riddle <triddle at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |triddle at gmail.com
--- Comment #20 from Tyler Riddle <triddle at gmail.com> ---
I just hit the condition of
2024 Dec 06
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
CC| |djm
2024 Dec 06
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
--- Comment #23 from Ulrich Sibiller <uli42 at gmx.de> ---
I have not tested it but the name of the two options does not seem that
it is the exact fix for this problem as this happens when _killing_ the
connection, see Descripton. While a timeout might kill the dangling
processes it will probably do so after some _time_ not at the time the
2024 Dec 06
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Ulrich Sibiller <uli42 at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #24 from Ulrich Sibiller <uli42 at
2009 Jun 10
1
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Marc Herbert <marc.herbert+mindrot at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marc.herbert+mindrot at gmail.
| |com
--- Comment #14
2012 Feb 09
4
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Andrew McNabb <amcnabb at mcnabbs.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amcnabb at mcnabbs.org
--- Comment #16 from Andrew McNabb <amcnabb at mcnabbs.org> 2012-02-10 05:21:40 EST
2009 Mar 10
6
[Bug 1570] New: Incorrect return code if mux master has completed
https://bugzilla.mindrot.org/show_bug.cgi?id=1570
Summary: Incorrect return code if mux master has completed
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2013 Jun 20
0
Issue with Pseudo terminal allocation with Openssh6.1p1
Hi Openssh users ,
I am working on a client server application that involves extensive client
server interaction in a single ssh session. The application is also
required to capture all the Read , Write and Error Filehandles to work on
them separately as per the requirements of the application.
The ssh session had been using the flag '-T' to disable the message
'Pseudo-terminal will
2009 Apr 21
3
ssh localhost yes | true
Referring to "CLOSED FIXED" Bug 85:
https://bugzilla.mindrot.org/show_bug.cgi?id=85
Assuming that you have your machine setup so that
the following commands run without prompting:
ssh -2 localhost pwd
ssh -1 localhost pwd
Then this command:
ssh -1 localhost yes | true
always produces this output:
Write failed flushing stdout buffer.
write stdout: Broken pipe
Yet
2009 Apr 17
2
Issues with ssh-agent connecting to a large number of hosts at once
Hi,
I'm having problems with ssh-agent when I am connecting to a large (several
hundred) hosts at once. I'm using a kanif (
http://taktuk.gforge.inria.fr/kanif/) which is a very nice package that
distributes ssh connections across the hosts you are connecting to (a
fan-out sort of approach, so all connections are not coming from one host).
However, all hosts have to authenticate, so all
2006 Apr 02
0
CESA:2006-0201-1 CentOS 4 x86_64 Cluster Suite / Global File System update (csgfs repo only)
CentOS Errata and Security Advisory 2006-0201-1
CentOS 4 x86_64 Cluster Suite / Global File System Update
The CESA is an update to the csgfs repository only and not the main
CentOS-4 repository.
This CESA is issued to upgrade Cluster Suite 4 and Global File System
6.1 to use the 2.6.9-22.0.2.EL CentOS-4 kernel. It updates to all
CS/GFS packages to the latest versions.
The following files are
2006 Apr 02
0
CESA:2006-0201-1 CentOS 4 i386 Cluster Suite / Global File System update (csgfs repo only)
CentOS Errata and Security Advisory 2006-0201-1
CentOS 4 i386 Cluster Suite / Global File System Update
The CESA is an update to the csgfs repository only and not the main
CentOS-4 repository.
This CESA is issued to upgrade Cluster Suite 4 and Global File System
6.1 to use the 2.6.9-22.0.2.EL CentOS-4 kernel. It updates to all
CS/GFS packages to the latest versions.
The following files are