mosh

Mobile Shell (mosh) is a robust and responsive replacement for SSH. mosh persists connections to remote servers while roaming between networks. More information: <https://mosh.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y mosh
Ubuntu
RUN apt-get update && \ apt-get install -y mosh
Alpine
RUN apk add mosh
Arch Arch Linux
RUN pacman -S --noconfirm mosh
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mosh
Fedora
RUN dnf install -y mosh
Raspbian
RUN apt-get update && \ apt-get install -y mosh
click the source code to copy install mosh on any operating system with command-not-found.com