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 --allow-port=60001/udp
on client
mosh user@host
if ssh is listening on different port
mosh --ssh="ssh -p 22666" user@host