Shell-Eggs Docs · Server Shells

🖥️ Server Shells

SSH (standard, CA-certified, hardened keys-only), Dropbear, Telnet and Mosh listeners for managing the container.

Ports: Primary shell binds the panel-allocated SERVER_PORT. Mosh needs UDP 60000+.

6 shells

IDNamePortConnect / payload
sshrootOpenSSH Server22ssh -p <PORT> <user>@<host>
ssh-certrootOpenSSH CA Certificates22ssh -i mykey -o CertificateFile=mykey-cert.pub -p <PORT> <user>@<host>
ssh-hardenedrootOpenSSH Hardened22ssh -p <PORT> -i ~/.ssh/id_ed25519 <user>@<host>
dropbearrootDropbear SSH22ssh -p <PORT> <user>@<host>
telnetdrootTelnet Server23telnet <host> <PORT> login: <user> Password: <pass>
mosh-serverMosh Server60000mosh --port=60000 <user>@<host>

Every payload reconnects forever (2-5s backoff) and is auto-restarted by the supervisor. Full details in SHELLs.md.