ssh through firewalls
Airport wifi blocks SSH. Layover fixes that. It relays your connections through port 443, so your traffic looks like normal HTTPS to the network.
Install Layover and SSH through any firewall.
Add Layover to your SSH config so every connection goes through it automatically.
This writes to ~/.ssh/config. Re-running replaces the previous Layover block.
You can self-host Layover instead of using layover.sh. You need a VPS, a domain, and a TLS cert.
Use Let's Encrypt via certbot pointed at your domain.
Run layover serve --cert cert.pem --key key.pem on your server.
Use --server your-domain.com or set LAYOVER_SERVER.