Shell-Eggs Docs · Debug Shells

🔬 Debug Shells

sshd -ddd auth debugging, strace-everything login shells, tcpdump capture sessions and a hex-dump socat probe relay.

Ports: ssh-debug binds SERVER_PORT; strace/tcpdump ride along any login; probe listens on 9000.

4 shells

IDNamePortConnect / payload
ssh-debugSSH Debug Session2222sshd -ddd on the server; ssh -p <PORT> -vvv <user>@<host>
strace-shellStrace Session Shellnonelogin shell that traces every syscall to logs/
tcpdump-shellTcpdump Capture Shellnonesession companion that captures .pcap for offline review
socat-probeSocat Probe Relay9000raw 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.