Effortless RBAC and SSH access management for your Linux instances.
Execstasy is a modern platform for managing Role-Based Access Control (RBAC) and SSH access to Linux servers. It provides a secure, centralized way to control which users can access which instances, and integrates easily with your existing infrastructure.
- Centralized user and role management
- OAuth2 Device flows for secure authentication
- Clone this repository:
git clone https://github.com/Utkar5hM/Execstasy.git
cd Execstasy
- configure app.env file
copy .env.example to .env and setup all the required environment variables.
- Start Dev Environment
make dev
- Start Prod Environment
make prod
Linux PAM Module:
To enforce Execstasy access control at the SSH, use the companion PAM module: 👉 ExecStasy-PAM