SSH jump host on port 443

The problem

Your company's firewall blocks port 22. You can't SSH to your home server, your lab, your Raspberry Pi. The only open port is 443. But 443 on your server is already used for web traffic. You could spin up a small dedicated VPS just for a jump host — but it will cost you $5/month and is mostly idle.

jump443 is a tiny SSH jump host that listens on port 443 — the HTTPS port that every corporate firewall allows through. One flag. One connection. End-to-end encrypted.

How it works

ssh -J jump443@ssh.jump443.net:443 user@your-server.com

Your SSH client opens a tunnel through jump443 to your destination. The cryptographic handshake happens directly between your machine and your server — jump443 is a blind relay forwarding packets it cannot read or tamper with.

Under the hood, this is a standard SSH ProxyJump (-J) through an sshd instance that enforces strict per-user destination whitelists via permitopen.

Security

Pricing

$5 / year

Unlimited connections to up to 2 destination hosts. Pay with credit card (Stripe) or Bitcoin Lightning.

New accounts get 75 free trial connections — enough to verify everything works before paying. When the trial runs out, tunneling stops but account management commands still work so you can check status and upgrade.

Abuse

jump443 is a bridge between you and your own servers. Any behaviour targeting third-party systems will result in immediate account termination:

To report abuse: abuse@jump443.net