C.W.K.
Stream
Lesson 06 of 06 · published

Remote vs SSH+CLI vs Web — 결정 프레임워크

~12 min · remote, ssh, comparison, decision-framework

Level 0🌱 입문자
0 XP0/70 lessons0/11 achievements
0/120 XP to next level120 XP to go0% complete

3 옵션, 3 일

"다른 머신에서 Claude run" 의 답이 셋. Claude Remote Control 이 머신 사이 세션 이동 (handoff 와 모니터링에 베스트). SSH + 원격의 Claude CLI 가 코드 있는 데서 Claude run (작업이 원격에 속할 때 베스트). claude.ai web 이 cloud 에서 Claude run (로컬 context 없는 빠른 질문에 베스트).

3 질문 결정 프레임워크. (1) AI 코딩 도움 필요? 그냥 원격 터미널? 그냥 터미널 → 일반 SSH. AI → 다음. (2) 로컬 파일/도구 필요? cloud chat 충분? cloud chat 충분 → claude.ai. 로컬 파일 필요 → 다음. (3) AI 가 빵빵한 원격에서 run, 로컬 세션 모니터만? 로컬 모니터 → Claude Remote. 원격에서 run → SSH + 원격 claude. 둘 다 → Remote handoff.

Code

The matrix·text
                       Remote Control   SSH + Claude CLI   claude.ai
Setup complexity       Low (Desktop UI) Medium (SSH conf)  Zero
Code execution loc.    Local machine    Remote server      Anthropic cloud
File system access     Local files      Remote files       Uploaded only
Session persistence    Full (handoff)   Full (tmux/screen) Per-conversation
MCP servers            Local            Remote             Limited
Mobile access          Yes (monitor)    Yes (SSH client)   Yes (browser)
Compute                Your machine     Remote server      Anthropic cloud
Best for               Handoff/monitor  Remote-bound work  Quick async Q&A
All three together — common production pattern·bash
# 1. Local for exploration (full context, fast iteration)
claude

# 2. Hand off heavy work to a cloud runner
claude remote handoff cloud-runner

# 3. Monitor from phone via Claude Remote Control
#    (no SSH client app needed, just the Claude mobile app)

# 4. Quick async questions while remote session runs
#    open a tab to claude.ai, no setup

# 5. When done, hand back
claude remote handoff --back local

External links

Exercise

작업의 진짜 "다른 머신에서 Claude" 시나리오 4개 리스트. 각자 3 질문 프레임워크 walk + Remote / SSH+CLI / claude.ai 픽. 잘못된 선택이 default 반사였던 데 적어.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.