Shell-Eggs Docs · Debug Shells
sshd -ddd auth debugging, strace-everything login shells, tcpdump capture sessions and a hex-dump socat probe relay.
| ID | Name | Port | Connect / payload |
|---|---|---|---|
ssh-debug | SSH Debug Session | 2222 | sshd -ddd on the server; ssh -p <PORT> -vvv <user>@<host> |
strace-shell | Strace Session Shell | none | login shell that traces every syscall to logs/ |
tcpdump-shell | Tcpdump Capture Shell | none | session companion that captures .pcap for offline review |
socat-probe | Socat Probe Relay | 9000 | raw TCP relay + hex dump for protocol debugging |
Every payload reconnects forever (2-5s backoff) and is auto-restarted by the supervisor. Full details in SHELLs.md.