Running ssh from Windows -> linux and I cant paste text larger than ~20 chars. If I do it hangs the session.
This is happening to others in the office using various methods to ssh. cygwin, mobaxterm etc.
It also does not happen with all servers, but the ones it does happen too, always hang.
Any ideas? Bit tricky searching for this issue on google.
Update (on the linux box):
ping -M do -s 1472 google.com # ok
ping -M do -s 1473 google.com # icmp_seq=1 Frag needed and DF set (mtu = 1500)
Windows:
same as linux
Update
this is not just copy / paste, it seems to have gotten worse and now most things crash the session. nano some_file.ext
and it will sometimes hang, or cat some_file.ext
will also hang the session.