
ezssh
I discovered Oracle Cloud’s always‑free VPS. To keep it forever you’re limited to 1 GB RAM and ~50 GB storage — but you can spin up more than one tiny server. Very quickly I had a handful of boxes and one annoying problem: jumping between them with long SSH commands and private keys. So I built ezssh — a tiny Bash CLI that makes this easy: Save key‑based VPS entries (name, host, user, private‑key path) Pick a server from an interactive menu Connect instantly from Linux or WSL (no more long SSH commands) Install ezssh curl -s https://raw.githubusercontent.com/medChaabi/ezssh/main/install.sh | bash Setup Initialize a new VPS config with: ...