claude-code - 💡(How to fix) Fix [FEATURE] Add SSH and/or Mosh connectivity to the Claude Code mobile app

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Add SSH and/or Mosh connectivity to the Claude Code mobile app so users can link directly to a local or remote machine running a Claude Code session, rather than being limited to cloud-only interactions.

Motivation

Power users run Claude Code on local machines (Mac mini, home servers, dev boxes) exposed via Tailscale, Mosh, or standard SSH. The mobile app currently has no way to connect to these environments. This forces a context switch — you either use the desktop app or lose access to your local toolchain entirely.

Mosh in particular is well-suited for mobile: it handles packet loss, roaming between networks, and intermittent connectivity gracefully — all common mobile conditions.

Proposed Behavior

  • In-app SSH connection manager: add a host, port, user, and key/password
  • Optional Mosh transport for resilient mobile connections
  • Once connected, the mobile app acts as a terminal front-end to the Claude Code session running on the remote machine
  • Full tool access (filesystem, bash, MCP servers) inherited from the remote environment

Use Cases

  • Connect to a Mac mini or Linux dev box running Claude Code via Tailscale
  • Resume a Claude Code session started on desktop from a phone while away
  • Use Claude Code's full local tool suite (MCP servers, local files, git) from mobile

Prior Art

  • Blink Shell, Termius, and a-Shell demonstrate robust SSH/Mosh on iOS
  • Tailscale's mobile app shows smooth VPN-layer connectivity patterns on both iOS and Android

Additional Context

This would unlock Claude Code as a genuine mobile-first agentic interface for developers who already have local infrastructure set up, rather than requiring a separate cloud runtime." 2>&1

Proposed Solution

See a ove

Alternative Solutions

No response

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Add SSH and/or Mosh connectivity to the Claude Code mobile app