Access a machine using mosh
- Install
moshon the host
sudo apt update
sudo apt install mosh
- Install
moshon the remote server
sudo apt update
sudo apt install mosh
- Configure
ufwfirewall to allowmoshtraffic
sudo ufw allow 60000:61000/udp
- Connect to the remote server
mosh user@remote-server
mosh user@192.168.1.100