networking - Screen causes SSH to drop - Ask Ubuntu
i'm trying re-attach screen through ssh connection running on raspberry pi running ubuntu 16. however, whenever re-attach screen, shows half of screen, , ssh connection freezes, , have kill terminal, open new one, , reconnect. @ point, connection again fine, until re-attach screen, @ point freezes again.
what's causing this?
similar 'freezes' due mtu size. aren't chance going through vpn connection ? try change mtu size 1300 , see if helps. use screen on rpi ubuntu 16.04, no problem reattaching.
to change mtu size use sudo ip link set dev vpn0 mtu 1300
Comments
Post a Comment