| Summary: | sshd leaks fd to pty for interactive sessions | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Wichert Akkerman <mindrot> |
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
Wichert Akkerman
2002-07-10 20:03:53 AEST
This happens with both privsep enabled and disabled. i get this with ksh(1) on OpenBSD, but not with rc(1), and ktrace suggest that it's a fctnl with F_DUPFD done by ksh, so i think it's not sshd's fault. More information: I get this with multiple different shells (bash and zsh). I am also able to reproduce this with OpenSSH 3.0.2p1. did you try a non-jobcontrol shell? i can reproduce this on OpenBSD with ksh from the console, so it's not an OpenSSH bug. Mass change of RESOLVED bugs to CLOSED |