Displaying 1 result from an estimated 1 matches for "2004hroot".
2020 Oct 30
3
SSH client and bracketed paste mode
...;, ["ssh", "...
...
# ssh login is completed
72376 write(5, "\r\nLast login: Fri Oct 30 17:51:32 2020 from 1.2.3.4\r\r\n", 58) = 58
...
# Ssh or remote shell activates bracketed-copy-paste, control
# sequence is written by ssh to local terminal-fd.
72376 write(5, "\33[?2004hroot at localhost:~# ", 38) = 38
...
# Later on ~C is called while bracketed-copy-paste is active
72376 write(5, "\r\n\33[?2004l\r\33[?2004hroot at localhost:~# ", 49) = 49
72376 select(7, [3 4], [], NULL, NULL) = 1 (in [4])
72376 read(4, "~", 16384) = 1
72376 sel...