Labthrift Labthrift What to buy. What to skip. Why.

Written 4 Sep 2026. This is a how-to, not a product card.

SSH from a phone

Type commands on the old PC from an iPhone or Android on house Wi-Fi. Password login first. Don't open SSH to the internet.

Haven't got SSH working from a laptop yet? Start with SSH from the couch. Need the computer's number first? Find it on the house network. This note is the phone walk: one free app, house Wi-Fi only, same user and password you already use on the laptop.

Skip until laptop SSH works

If a laptop cannot log in yet, fix that first. The phone will fail the same way, and the typing is harder. This note assumes OpenSSH is already listening on the computer, and that ssh you@that-address already worked once from a laptop. The phone has to be on the same house Wi-Fi. Cellular will not reach it. Don't forward port 22 on the router.

What this is

SSH is still SSH. The phone runs a client app that speaks the same language as Terminal on a Mac or Windows Terminal on a PC. You type the computer's address, the Linux username from install, and that user's password. You get a prompt on the old PC. That is enough for tonight.

Pick one app

Install Termius from the App Store or Google Play. Free tier is enough for one house computer and password login. You don't need a paid plan, a NAS terminal, or a cloud SSH gateway. Skip random "SSH Terminal" clones that stuff ads into the prompt.

What you need

Write these down before you open the app:

If you don't know the number, find it on the house network. If ping fails from a laptop, start with is the computer still on? before you blame the phone.

iPhone or iPad

Open Termius. Tap Hosts (or New Host). Fill in:

Leave the port at 22. Save. Tap the host. The first time, accept the host key when it asks — same trust prompt as the laptop. Type a command you already know, like hostname. You should see the computer's name. Type exit when you are done.

Stay on house Wi-Fi. The next open is one tap on that saved host.

Android

Same app, same fields. Open Termius → New Host → address, username, password, port 22. Save. Connect. Accept the host key once. Run hostname. Exit when finished.

Some Android skins put Termius behind a battery saver that kills the session when the screen sleeps. If the prompt dies the moment you lock the phone, exempt Termius from battery optimization for that first week. You still don't need a paid plan for house password login.

If the phone cannot connect

Stay on house Wi-Fi. Forget the house network and join again if the phone was on cellular a minute ago. Recheck the address and username. If a laptop also fails, the computer is off, the address changed, or SSH is not running — that is SSH from the couch and is it still on?, not a phone bug.

Permission denied on the phone with the same password that works on the laptop usually means a typo in the username field, or Autofill pasted an old iCloud / Google password. Type the Linux password by hand once.

If ufw is on and only the laptop worked because you allowed it somehow, allow OpenSSH on the computer:

sudo ufw allow OpenSSH

Then try the phone again. Fuller firewall walk: turn on a simple firewall without locking yourself out.

What this is not

This is not a reason to forward port 22 to the internet. It is not a VPN so you can SSH from a coffee shop. It is not a KVM over IP box. It is the same house SSH you already have, from the phone in your pocket.

What next

Leave password login on for now. When the laptop key path is boring, that is log in with a key, not the password every time — phone keys can wait until the laptop key is easy. Need the share from this same phone? Open the house share from a phone. Ads or Pi-hole next: the first useful thing. If SSH used to work and now says the computer looks different after a wipe, that is when SSH says the computer looks different.

Skip

Sources

Termius. Ubuntu Server: OpenSSH server. Debian: ssh man page. Official pages only. For laptop SSH first, see SSH from the couch. For the address, see find it on the house network. For keys later, see log in with a key, not the password every time.

Also on this topic

SSH from the couchType commands on the old PC from your laptop, on the house network. Password login first. Don't open this to the internet. Find it on the house networkThe computer has a number on your house network. You need that number to SSH from the couch. You don't need a new router. Open the house share from a phoneThe house folder is on the old PC. Open it from an iPhone or Android on house Wi-Fi. You don't need a NAS app for this. Log in with a key, not the password every timeAfter password SSH works for a while, put a key on your laptop so the computer trusts that laptop. Keep the password as a backup at first. When SSH says the computer looks differentAfter you reinstall, SSH can refuse because your laptop still remembers the old host key. Clear that memory. You don't need a new router. Is it still on?You left the computer on. This morning ads are back, or SSH hangs. Check if it is awake before you buy anything. The first useful thingPut a house-wide ad block on the old PC. The rest of the house keeps using the internet as usual. You don't need a Raspberry Pi.