SSH connections,
one command.
A lightweight Bash tool to manage servers with aliases. Stop memorizing hosts — connect instantly.
$ curl -fsSL https://conn.web.ap.it/setup.sh | bash
Click to copy
What's included
Everything you need to manage SSH connections — no config files to hunt down.
Aliases
Store servers under short names. conn to prod instead of typing host, user, port.
Key management
Create, view public/private keys. Clipboard copy for passwords on connect.
Self-update
conn update pulls the latest version from GitHub. Always current.
How it works
Three steps from zero to connected.
Install
Run the one-liner. The script downloads and installs conn to /usr/local/bin —
no clone required.
Add your servers
Run conn add and follow the wizard. Alias, user, host, port — optionally save the password
for clipboard copy on connect.
Connect
conn to production. That's it. SSH key check, update check, password to clipboard — then
you're in.
Perfect pairing with Cipi
Use Conn with Cipi to manage and deploy Laravel to any VPS.
Once you've connected to your servers with conn, deploy your apps with cipi.sh — an open-source CLI built exclusively for Laravel. One command installs a complete production stack on any Ubuntu VPS.