Get started with SSSH in a few steps.
Tap the + button on the home screen. Enter the hostname (e.g. 192.168.1.10 or myserver.com), port (default 22), username and password.
Add server form — hostname, port, username, passwordTap the server in the list. Local network servers are highlighted in cyan. SSSH checks for tmux on the server and shows existing sessions. Choose "Direct Shell" for a simple connection or tap a tmux session to attach.
Server list
ConnectingType commands using the iOS keyboard. The accessory bar above the keyboard provides special keys: Ctrl, Alt, Tab, Esc, arrows, Copy/Paste, |, and more. Tap F# to access function keys (F1–F12) and navigation keys (Home, End, PgUp, PgDn).
Connected terminal with accessory barTip: On first password login, SSSH generates an Ed25519 key pair and deploys it to your server. Next time you connect, authentication is automatic.
tmux lets you run persistent terminal sessions that survive disconnections. When you tap a server:
+ to create a new session.
Existing tmux sessions on the serverNote: tmux must be installed on the remote server. If it's not, SSSH shows "tmux not installed" and you can still use Direct Shell.
The Cmd button in the terminal toolbar opens a list of pre-defined commands you can fire with one tap. Useful for recurring tasks (logs, deploys, restarts).
Pick a command
Add a custom commandls, ls -la, cd, cd ~…)\r at the end — off if you want to edit before running.Tap the gear icon to access settings:
Theme picker in SettingsOn iPad, SSSH uses a split layout: the server list stays in the sidebar while the terminal occupies the main area. Same features as iPhone, more screen real estate.
iPad split view: server list + terminalCombined with tmux, the iPad becomes a real workstation: attach to long-running sessions, AI coding agents (like opencode), build pipelines — everything keeps running on the server, you just reconnect when you want.
Running opencode (AI coding agent) over SSH from iPadThe accessory bar above the keyboard has two modes. Tap F# / abc to switch between them.
Ctrl — tap once for a single Ctrl combo, double-tap to lock. Type a letter to send Ctrl+letter (Ctrl+C, Ctrl+Z, etc.)Alt — same toggle behavior, sends Alt+key (useful for tmux prefix, readline shortcuts)Esc — escape keyTab / ⇧Tab — autocomplete / reverse autocomplete← ↑ ↓ → — arrow keys (combine with Ctrl for word navigation, with Alt for alt-arrow)/ | - ~ — commonly used special characters^C — interrupt (SIGINT)⌫ — clear input line (Ctrl+U)F1–F12 — function keysHome / End — jump to start/end of linePgUp / PgDn — scroll or navigate in pagers