SSH stack 재사용, 독점 터널 X
SSH Direct 가 가장 흔한 Remote setup. 기존 SSH 인프라 — key, ~/.ssh/config, jump host — 사용, Anthropic-독점 agent / 커스텀 protocol X. SSH 가능한 머신이면 Claude 세션 hand off 가능.
Prereq: 양쪽에 Claude Code 설치 + 인증, key 기반 SSH (Remote 에 password X — payload 가 코드 포함), target 명명하는 ~/.ssh/config 항목. ed25519 key 가 추천 기본; RSA 도 됨.
Setup 흐름: 원격에 Claude Code 설치, SSH key 생성 또는 재사용, 원격에 public key 추가, ~/.ssh/config 항목 작성, Claude Code Desktop 에 destination 등록 (또는 claude remote add), claude remote ping + claude remote check dry-run, 그 다음 진짜 hand off.