Understand EternalTerminal Architecture
masterEternalTerminal operates using three distinct processes to provide reconnectable terminal sessions:
- et: The client-side process running on the local machine.
- etterminal: The process that runs as the user on the remote machine and hosts the actual terminal session.
- etserver: The server-side process that manages connections and bridges users to their terminals.
Authentication is handled via SSH, while the etserver process provides the mechanism for session persistence and reconnection.