Displaying 2 results from an estimated 2 matches for "0a68".
Did you mean:
0.68
2017 Oct 15
3
can only ssh unidirectional
...st.localdomain.56770 > 10.104.196.18.ssh: Flags [S], cksum 0x9eae (incorrect -> 0x290b), seq 2201485227, win 29200, options [mss 1460,sackOK,TS val 300522431 ecr 0,nop,wscale 7], length 0
0x0000: 4500 003c 6414 4000 4006 3828 0af0 c515 E..<d. at .@.8(....
0x0010: 0a68 c412 ddc2 0016 8337 ffab 0000 0000 .h.......7......
0x0020: a002 7210 9eae 0000 0204 05b4 0402 080a ..r.............
0x0030: 11e9 9bbf 0000 0000 0103 0307 ............
13:22:37.403162 IP (tos 0x0, ttl 60, id 0, offset 0, flags [DF], proto TCP (6), length 6...
2020 Oct 30
3
SSH client and bracketed paste mode
...dme.txt
~C
help
'
Therefore the admin would be at fault copy-pasting such remote
content without review.
Other data-integrity issues would be pasting rare border cases like:
cat <<EOF > x.txt
hello
~C
help
more
EOF
xxd x.txt
which results in
# xxd x.txt
00000000: 6865 6c6c 6f0a 0a68 656c 700a 6d6f 7265 hello..help.more
00000010: 0a .
Any opinions?
hd
[0] https://www.xfree86.org/current/ctlseqs.html#Bracketed%20Paste%20Mode
[1] https://cirw.in/blog/bracketed-paste
PS: I hope I did not mess up the text because I stumbled multiple
times...