Skip to content

Access a machine using mosh

  1. Install mosh on the host
sudo apt update
sudo apt install mosh
  1. Install mosh on the remote server
sudo apt update
sudo apt install mosh
  1. Configure ufw firewall to allow mosh traffic
sudo ufw allow 60000:61000/udp
  1. Connect to the remote server
mosh user@remote-server
mosh user@192.168.1.100