search for: 72376

Displaying 1 result from an estimated 1 matches for "72376".

Did you mean: 72076
2020 Oct 30
3
SSH client and bracketed paste mode
...xit 64470 write(2, "\33[?2004h", 8 <unfinished ...> Instead on the ssh stack, local shell also disables bracketed-copy-paste, but ssh or remote shell activates it again later on: # Local shell disables it 72353 write(2, "\33[?2004l\r", 9) = 9 ... # ssh is executed 72376 execve("/usr/bin/ssh", ["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...