Getting started

Mobile SSH is an SSH client for Android and iOS for connecting to your own Linux, Unix, network, IoT, or development servers. You provide the server address and credentials; the app opens an interactive SSH terminal.

Requirements

Install the app

Connect to a server

  1. Open Mobile SSH.
  2. Tap + Add Session and search for a saved server, or add a new one from that screen.
  3. Enter the host, port, username, and authentication details if adding a new server.
  4. Tap the server to open a terminal session.
  5. Use Active Sessions on the start screen to return to sessions that are still running.

The default SSH port is 22. If your server uses another port, enter that port in the server profile.

Choose a transport

When adding or editing a server, the Transport selector chooses how Mobile SSH connects:

Save servers

Saved servers keep the connection target and optional tunnel configuration. A saved server can include:

Use saved servers for hosts you access repeatedly. If a saved server points to a different host than your current active session, Mobile SSH starts a fresh connection for the selected target.

Multiple addresses (LAN/VPN roaming)

The same machine is often reachable at different addresses depending on where you are — a home Wi-Fi IP versus a VPN IP. Add the alternates in the server’s edit dialog, each with its own port if needed. When you connect, Mobile SSH tries the addresses in order until one answers, and it remembers the address that last worked and dials it first next time. A network change (for example leaving the VPN) triggers an immediate reconnect to whichever address is now reachable, instead of waiting for the dead route to time out.

Save credentials

The Credentials screen stores reusable username/password or username/private-key records. Saved credentials can be selected from the server setup dialog so you do not re-enter the same login material for every host.

Credential records are stored locally on the device — on iOS, secrets are kept in the system Keychain. Protect the device with a screen lock if you save passwords, passphrases, or private keys.

Use private keys

Mobile SSH supports pasted private keys and key import through the system file picker. On Android the app supports Ed25519, ECDSA (P-256/384/521), and RSA keys; on iOS it supports Ed25519 and ECDSA (P-256/384/521) keys. DSA (ssh-dss) is not supported on either platform. Both platforms can open a passphrase-encrypted key — enter the passphrase in the password/passphrase field.

To use a private key:

  1. Open Credentials or the server edit dialog.
  2. Paste the private key text, or choose Import from file.
  3. Enter the key passphrase in the password/passphrase field if the key is encrypted.
  4. Save the credential or server.

Private key import uses the system file picker for key files. On Android, file transfer uses a separate local file browser and may request broader storage access on newer Android versions; on iOS, files come in through the system document and photo pickers.

The home screen

The home screen is built to answer “what can I get back into?” rather than to open a blank connection form:

If nothing is live and nothing is cached, the screen says so and points you at Servers.

Name and search saved servers

A saved server can carry a name — “Home NAS”, “Prod web” — and the list shows that instead of the address. The address comes back on its own whenever the name would be ambiguous: two rows sharing a name, or a search in progress, so you can always tell rows apart.

Tap the search field on the Saved Servers page to filter. Search matches the name, the user, the host, the port, the credential, and any alternate addresses. The + Add Session screen also opens with search so you can find and connect to a saved server in one step.

Servers can be filed into folders. A folder collapses, remembers that it was collapsed, and can be reordered or renamed; deleting one moves its servers to Ungrouped rather than deleting them.

Export part of your setup

Export selected… on the Servers and Credentials screens turns the list into a tick-box picker, so you can hand over three servers without exporting everything. Tapping a folder header takes the whole folder. Exports are encrypted if you give them a passphrase — without one, the file holds passwords and private keys in plain text, and the app says so before it writes.

Active sessions

When sessions are running, the start screen shows Active Sessions with a count. Tap it to return to the terminal grid. An ongoing notification also lists active hosts — tap a host in the notification to jump straight to that terminal.

Going back to the start screen does not disconnect active SSH sessions; closing panes or finishing the terminal activity disconnects them.

First useful settings

Open Settings from the start screen (it has its own page):

Plugins

Plugins extend Mobile SSH with extra workflows. Open Plugins from the start screen to:

Plugins are fetched from a public catalog by default. If you maintain your own, you can point Mobile SSH at a custom or private catalog source. Only install plugins from sources you trust.

Languages

Mobile SSH follows the system language by default. The app ships with translations for Arabic, Bengali, Chinese (Simplified and Traditional), English, French, German, Hindi, Indonesian, Japanese, Marathi, Portuguese, Russian, Spanish, Tamil, Telugu, Turkish, and Urdu — twenty languages on Android, which adds Nigerian Pidgin and Egyptian Arabic, and eighteen on iOS.

If you want the app in a language other than the phone’s, Settings → Language has a picker with a “System default” option. You can also still change it from Android Settings → System → Languages or iOS Settings → General → Language & Region.

Security note

Only connect to servers you trust. The current app stores saved connection data locally and does not provide a cloud vault or cross-device sync. The current implementation also does not present a known-host confirmation prompt, so avoid connecting over untrusted networks when host identity matters.