[Bug 3458] New: -t option make error message into stdout

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jul 8 20:00:13 AEST 2022


https://bugzilla.mindrot.org/show_bug.cgi?id=3458

            Bug ID: 3458
           Summary: -t option make error message into stdout
           Product: Portable OpenSSH
           Version: v9.0p1
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at mindrot.org
          Reporter: walkerxk at gmail.com

when i don't use -t option, error message keep in stderr
when i use -t option, error message was sent into stdout
how to reproduce
walkerxk at ubuntu:~$ ssh 127.1 ls -d $(mktemp -u) 2>/dev/null
walkerxk at ubuntu:~$ ssh -t 127.1 ls -d $(mktemp -u) 2>/dev/null
ls: cannot access '/tmp/tmp.tckToRNwR7': No such file or directory
walkerxk at ubuntu:~$

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list