What's wrong with this entry?
Infrastructure for managing SSH-based remote sessions, enabling Claude Code to connect to and manage remote machines.
Feature-flagged / Infrastructure
- Full SSH session lifecycle management with connect, disconnect, reconnect, and cleanup hooks
- Automatic reconnection on SSH connection drops with configurable retry attempts
- Permission request handling for SSH sessions
- Remote stderr capture and exit code reporting
- Log messages:
"[useSSHSession] connected","[useSSHSession] ssh dropped, reconnecting","[useSSHSession] ssh process exited (giving up)" - Related:
"Remote session ended.","Remote stderr (exit ...)","SSH session failed before connecting."
SSH session manager (search for "[useSSHSession]", "SSH connection dropped", "SSH session failed before connecting")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.