[Bug 3458] -t option make error message into stdout
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Jul 13 18:28:24 AEST 2022
https://bugzilla.mindrot.org/show_bug.cgi?id=3458
--- Comment #1 from walkerxk at gmail.com <walkerxk at gmail.com> ---
-t also change \n to \r\n:
walkerxk at ubuntu:~$ echo -e 'a\nb' >test
walkerxk at ubuntu:~$ ssh 127.1 cat test|xxd
00000000: 610a 620a a.b.
walkerxk at ubuntu:~$ ssh -t 127.1 cat test|xxd
00000000: 610d 0a62 0d0a a..b..
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