DEV Community

Oseghale Okosun
Oseghale Okosun

Posted on

Introducing ARI CLI – A Clean SSH Alias Manager for the Terminal

SSH aliases in ~/.ssh/config are great… until they get messy. So I built ARI CLI, a Python-powered command-line tool that helps you manage SSH command shortcuts cleanly.

🧩 Why ARI CLI?

Add commands like ssh -i ~/.ssh/id_rsa user@host

Name them anything you want: ari add web1 "ssh -i ~/.ssh/id_rsa [email protected]"

Run them instantly: ari run web1

Easily export/import configs and back them up

🔧 Features:

add, run, list, delete, get, rename, update, status, backup, import, export, clear

🛠 Built with Python and Click.
📦 Install it: pip install ari-cli
📁 GitHub: github.com/oseghalep/ari-cli

Would love your thoughts and contributions!

Top comments (0)