ssh-secure-gateway
SKILL.md
alogin-based SSH Secure Gateway
The secure gateway for Agentic AI and System Administrators.
Use alogin --help and <command> --help for flags, arguments, and full examples.
This skill focuses on concepts and canonical workflows.
Quick Start
# 1. Install
curl -fsSL https://raw.githubusercontent.com/emusal/alogin2/main/install.sh | sh
# 2. Add a server to the encrypted registry
alogin compute add --host 10.0.0.10 --user admin
# 3. Connect instantly
alogin access ssh 10.0.0.10