Displaying 20 results from an estimated 7000 matches similar to: "[Bug 350] sshd leaks fd to pty for interactive sessions"
2002 Jul 10
0
[Bug 350] New: sshd leaks fd to pty for interactive sessions
http://bugzilla.mindrot.org/show_bug.cgi?id=350
Summary: sshd leaks fd to pty for interactive sessions
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
2015 Apr 24
4
Real sh? Or other efficient shell for non-interactive scripts
On Fri, Apr 24, 2015 at 10:38:25AM -0400, m.roth at 5-cent.us wrote:
> Fascinating. As I'd been in Sun OS, and started doing admin work when it
> became Solaris, I'd missed that bit. A question: did the license agreement
> include payment, or was it just restrictive on distribution?
In 1990, when I started using ksh88, it was totally commercial. Binaries
were $$$ and source was
2012 Feb 06
1
[Bug 1976] New: sshd leaks stderr fd when run as 'sshd -D'
https://bugzilla.mindrot.org/show_bug.cgi?id=1976
Bug #: 1976
Summary: sshd leaks stderr fd when run as 'sshd -D'
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
2013 Jun 04
1
[Bug 1976] sshd leaks stderr fd when run as 'sshd -D'
https://bugzilla.mindrot.org/show_bug.cgi?id=1976
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Blocks| |2076
--
You are receiving this mail
2015 Aug 11
0
[Bug 1976] sshd leaks stderr fd when run as 'sshd -D'
https://bugzilla.mindrot.org/show_bug.cgi?id=1976
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Set all RESOLVED bugs to CLOSED with release
2013 Jul 03
5
[Bug 2124] New: TCP_NODELAY not set by sshd for non-interactive non-exec sessions
https://bugzilla.mindrot.org/show_bug.cgi?id=2124
Bug ID: 2124
Summary: TCP_NODELAY not set by sshd for non-interactive
non-exec sessions
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: sshd
2004 Aug 25
6
sshd 3.9p1 under Reliant Unix 5.45: getpeername: Operation not supported on transport endpoint
The following is special to sshd 3.9p1 under ReliantUnix 5.45. It does
not occur under ReliantUnix 5.43 nor under Solaris 5.8:
`pwd`/sshd-3.9 -e -D -d -d -d
Now connecting from outside
[...]
debug1: inetd sockets after dupping: 3, 3
debug1: get_port() calls get_sock_port(3)
debug1: getpeername failed:
Operation not supported on transport endpoint
lsof proves FD 3 is an established TCP
2005 May 10
7
SSHD creates defunct process
Hi,
I am using on sshd version OpenSSH_3.6.1p2.
I am facing some very vauge problem when i run sshd server and try to
connect to it.
When I run sshd in debug mode [ ./sshd -ddd] I am able to connect to
it and every thing functions very well, but when i run it as [./sshd]
and try to connect it the connection hangs creating defunct process.
The entries in process table are
25571 ? S
2017 Sep 26
2
tweaking max sessions / scaling
Other than cranking up logging to debug2, is there a way to better tune
logging on a server to see if I am running into max sessions ? On
FreeBSD RELENG11 I am periodically seeing connections being refused-
3way handshake not completing or completing and then FINs.
Typically, I have a hundred or so connections at one time, but they can
bounce up to a few hundred on occasion. Without leaving the
2002 Jul 03
4
opie support?
I see that you have s/key support in ssh, any plans to add opie support as
well ?
just asking ..
2002 Jun 29
0
fd passing pty handling
We don't currently support SVR4-style fd passing which involves
I_SENDFD/I_RECVFD ioctls. I'm not sure if that might help some
p platforms with privsep.
Some platforms that use STREAMS ptys use a set-uid root helper
to handle the privileged portions of pty creation. grantpt(3)
has a bit more info.
on Solaris 8 it's: /usr/lib/pt_chmod
on HP-UX it's: /usr/lbin/chgpt
Perhaps this
2003 Feb 11
1
Option to limiting sshd "banner" to interactive/password-auth/tty (or something along those lines) sessions
Hi.
It would be of utmost utility if there were a way to cause the sshd
"banner" configuration setting to only print the banner in certain
circumstances.
What I'm actually after is avoiding printing out the banner for
non-interactive sessions, so that if I run "ssh somehost ls" I don't get
the login banner, but if I just type "ssh somehost" I do (at
2008 Jun 11
2
apachectl gracefult causes Signal 11 crash after 6.3 to 7.0 upgrade [SOLVED]
It seems a php-extensions bug.
If you comment the mhash.so in /usr/local/etc/php/extensions.ini as:
;entension=mhash.so
all works fine and you don't get anymore httpd crash (signal 11) if you
use 'apachectl graceful'.
Maybe will be a good idea to open PR for this?
I hope it helps someone.... (I'm very surprised that this isn't a
documented bug in 7.0 yet)
--
Thanks,
Jordi
2015 Nov 17
4
[Bug 2496] New: sshd hangs when using AuthorizedKeysCommand
https://bugzilla.mindrot.org/show_bug.cgi?id=2496
Bug ID: 2496
Summary: sshd hangs when using AuthorizedKeysCommand
Product: Portable OpenSSH
Version: 7.1p1
Hardware: amd64
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2009 Nov 02
1
defunct in 1.24 on FreeBSD Alphaserver
Hello,
I've recently upgraded Dovecot from 1.1.16 to 1.2.4 on FreeSBD 6.3-
RELEASE running on old Alphaserver 1200.
Some time after this upgrade all user's MUAs showed error that user
password was not accepted. I've noticed many zombies of imap and pop3
processes on my server (all in defunct state). Looks like when
"login_max_processes_count" was reached, Dovecot
2008 Sep 23
3
7.0-stable: a hung process - scheduler bug?
Hello!
I was trying to build OpenOffice using all of my 4 CPUs. To be able to
do other work on the machine comfortably, I ran the build under nice,
and assigned real-time priority to the two Xorg processes.
The build started at about 23:10 last night, and hung at 23:46. The
procstat output for the make's process group is:
PID PPID PGID SID TSID THR LOGIN WCHAN EMUL
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Wed, 17 Feb 2016, Hisashi T Fujinaka wrote:
> > This one is failing a test assetion - there should be some more useful
> > output available from the test itself.
>
> I think it's this:
>
> test_hostkeys:
> regress/unittests/hostkeys/test_iterate.c:163 test #1 "hostkeys_iterate all
> with key parse"
> ASSERT_INT_EQ(sshkey_load_public(
2007 Jan 05
1
[Bug 1273] Interactive mode detection should not be predicated on pty allocation
http://bugzilla.mindrot.org/show_bug.cgi?id=1273
Summary: Interactive mode detection should not be predicated on
pty allocation
Product: Portable OpenSSH
Version: v4.5p1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo:
2011 Oct 10
0
[Bug 1273] Interactive mode detection should not be predicated on pty allocation
https://bugzilla.mindrot.org/show_bug.cgi?id=1273
Tim Connors <tim.w.connors at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tim.w.connors at gmail.com
--- Comment #6 from Tim Connors <tim.w.connors at gmail.com> 2011-10-10
2013 Nov 23
2
[Bug 2174] New: no-pty in authorized_keys does not prevent and interactive shell
https://bugzilla.mindrot.org/show_bug.cgi?id=2174
Bug ID: 2174
Summary: no-pty in authorized_keys does not prevent and
interactive shell
Product: Portable OpenSSH
Version: 6.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: security
Priority: P5
Component: sshd