mosh

mosh must be installed on client and server

install

yum install mosh

apt-get install mosh

usage

on server allow port through firewall

firewall-cmd --permanent --add-port=60001/udp
firewall-cmd --reload

on client

mosh user@host

if ssh is listening on different port

mosh --ssh="ssh -p 22666" user@host