본문 바로가기
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

Remote, SSH, 웹은 서로 다른 원격 문제를 푼다

다른 컴퓨터에서 Claude를 쓰는 방법은 세 가지야. Claude Remote는 현재 세션의 문맥을 보존한 채 기계 사이로 옮기고, SSH 뒤 원격 Claude CLI는 코드가 있는 컴퓨터에서 새 세션을 시작하며, claude.ai는 로컬 파일이 필요 없는 빠른 질문을 클라우드에서 처리해.

먼저 AI 코딩 도움이 필요한지 단순 원격 터미널이면 되는지 물어봐. 터미널이면 SSH로 충분해. AI가 필요하다면 로컬 파일과 도구가 필요한지 확인해. 필요 없다면 웹, 필요하다면 세션을 유지할지 원격에서 새로 시작할지에 따라 Remote와 SSH+CLI를 고르면 돼.

완전한 air-gap이 필요하면 Anthropic 조정 인프라에 닿는 Remote는 맞지 않아. 그때는 일반 SSH와 대상 컴퓨터의 Claude만 써. 세 방식 가운데 절대적인 승자는 없고, 문맥·파일·네트워크 제약이 선택을 정해.

선택은 세 질문이면 돼. 1) AI 코딩이 필요한가, 2) 로컬 파일과 도구가 필요한가, 3) 기존 세션을 유지해야 하는가?

Code

비교표·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
세 가지를 함께 쓰는 일반적인 운영 방식·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를 다른 컴퓨터로 옮겨 써야 하는 상황을 네 가지 적어 봐. 각 상황에 세 가지 질문으로 된 선택 기준을 적용하고 Remote, SSH+CLI, claude.ai 가운데 하나를 골라. 처음에 고른 답이 습관적인 선택이었다면 그 이유도 적어.

Progress

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

댓글 0

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

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