[Bug 1746] New: unexpected warning for mux control commands when stdin is not connected to a tty
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sat Mar 27 11:26:05 EST 2010
https://bugzilla.mindrot.org/show_bug.cgi?id=1746
Summary: unexpected warning for mux control commands when stdin
is not connected to a tty
Product: Portable OpenSSH
Version: 5.4p1
Platform: All
OS/Version: OpenBSD
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: sfandino at yahoo.com
Example:
$ ssh -O check -S /foo/bar -- host </dev/null
Pseudo-terminal will not be allocated because stdin is not a terminal.
Is there any reason to force tty allocation when a mux command is
given?
As a workaround -T can be used:
$ ssh -T -O check -S /foo/bar -- host </dev/null
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list