pmosh
An SSH terminal for driving your own machines from your phone.
pmosh is an iOS terminal client. It connects over SSH to servers you configure yourself — a hostname and username you enter — and gives you a real terminal with tmux control mode, built for reconnecting to a running session cleanly on a mobile connection.
How it works
- Add a server: hostname and username, entered by you.
- pmosh generates an ed25519 keypair on your device and shows you the public key.
- You copy that key onto your own server's
authorized_keysfile. - pmosh connects over SSH and attaches to tmux in control mode, so your session survives being backgrounded or losing signal.
What pmosh does NOT do
- It does not collect analytics, telemetry, or crash data.
- It does not use accounts, sign-in, or any third-party service.
- It does not transmit anything to the developer. Traffic goes only between your device and your own server.
- It does not contain ads or trackers.
Privacy
Your private key is generated on your device and stored in the iOS Keychain; it never leaves the device. Server settings are stored locally. There is no server of ours in the loop. Read the full privacy policy.