Skip to main content

Module 16: Beyond SSH

Chapter 53: Mosh, Eternal Terminal, and SSH Alternatives

In this chapter, you'll learn how Mosh and Eternal Terminal solve SSH's biggest weakness on unreliable networks, how to install them, and when to use each over standard SSH.

Before this chapter, you completed the enterprise SSH section with Zero-Trust SSH using Teleport, BeyondCorp patterns, short-lived certificates, session recording, and RBAC-based access control. That also marked the completion of Module 15.

Now you are entering the final module of this course, where you will explore technologies beyond traditional SSH, focusing on tools that solve problems SSH does not handle well.

It concludes with a final chapter that brings together everything you have learned and helps you decide where to go next.

In this chapter, you'll look at one of SSH's biggest everyday limitations. SSH depends on a stable TCP connection.

If you're working on a train, moving between WiFi and cellular networks, connecting through a hotel network that drops packets, or using a VPN that occasionally disconnects, your SSH session can freeze, disconnect, and interrupt your work.

Mosh and Eternal Terminal were both designed specifically to solve this problem.

What SSH Gets Wrong on Unreliable Networks

Updated on Jul 21, 2026