Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.73 Home All releases olderv2.1.72 v2.1.74newer
Claude Code v2.1.73

SSH Remote Sessions

What

Infrastructure for managing SSH-based remote sessions, enabling Claude Code to connect to and manage remote machines.

Status

Feature-flagged / Infrastructure

Details
  • 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."
Evidence

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.

See this entry in the whole of v2.1.73 →