Displaying 1 result from an estimated 1 matches for "cadeaudeelie".
2023 Feb 17
6
[Bug 3542] New: Allow to redirect stderr only even with tty
...ven with tty
Product: Portable OpenSSH
Version: 9.1p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: cadeaudeelie at gmail.com
The use case:
We use bastion that will enter `exec su -` and enter the root password
when login with a tty. This help us having `PermitRootLogin no`
however once in tty stdout and stderr are multiplexed in this tty.
this elevation scenario doesn't execute when scp or sftp is use...