Displaying 20 results from an estimated 30000 matches similar to: "[Bug 396] sshd orphans processes when no pty allocated"
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.
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.
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:
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
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
2008 Dec 13
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Martin d'Anjou <point14 at magma.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |point14 at magma.ca
--- Comment #13 from Martin d'Anjou <point14 at magma.ca> 2008-12-13
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 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
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
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 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
2024 Mar 14
1
ChannelTimeout setting
Hi,
I am trying to understand the ChannelTimeout option and whether it
should work as I expect.
I intended to use it to terminate inactive sessions, e.g. where no
keystrokes / output is sent or SFTP sessions with no commands or data
transfer. For testing I am using OpenSSH_9.6p1 Debian-5, OpenSSL 3.1.5
30 Jan 2024 both as the server and client.
I set the following options in sshd_config:
2007 May 17
3
[Bug 1273] Interactive mode detection should not be predicated on pty allocation
http://bugzilla.mindrot.org/show_bug.cgi?id=1273
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
CC|
2011 Aug 17
1
openssh-unix-dev Digest, Vol 100, Issue 3
Works on my netbsd tinkerbox.
NetBSD 5.0.2 NetBSD 5.0.2 (GENERIC)
It uses rlimit.
Privsep sandbox style: rlimit
I also get warnings during make.
fmt_scaled.c: In function 'scan_scaled':
fmt_scaled.c:84: warning: array subscript has type 'char'
fmt_scaled.c:111: warning: array subscript has type 'char'
fmt_scaled.c:155: warning: array subscript has type 'char'
2000 Mar 25
1
ANNOUNCE: openssh-1.2.3
The Unix/Linux port of OpenSSH 1.2.3 was released yesterday and should
be available from a mirror near you. A mirror list is available from:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
This release fixes the bugs reported since 1.2.2p1 and contains many
cleanups from the OpenBSD tree.
In particular, the OpenSSL detection problems have been resolved.
The layout has changed a little bit.
2000 Mar 25
1
ANNOUNCE: openssh-1.2.3
The Unix/Linux port of OpenSSH 1.2.3 was released yesterday and should
be available from a mirror near you. A mirror list is available from:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
This release fixes the bugs reported since 1.2.2p1 and contains many
cleanups from the OpenBSD tree.
In particular, the OpenSSL detection problems have been resolved.
The layout has changed a little bit.
2014 Apr 18
3
[Bug 2233] New: curve25519-sha256@libssh.org Signature Failures When 'sshd' Used with Dropbear Clients
https://bugzilla.mindrot.org/show_bug.cgi?id=2233
Bug ID: 2233
Summary: curve25519-sha256 at libssh.org Signature Failures When
'sshd' Used with Dropbear Clients
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5