sshifu-server
v0.7.7
Published
SSH authentication server with OAuth gateway and certificate authority
Downloads
50
Maintainers
Readme
sshifu-server
SSH authentication server with OAuth gateway and certificate authority.
Installation
Quick Start (Recommended)
Use npx to run without installing:
npx sshifu-serverInstall Globally
For frequent use, install globally:
npm install -g sshifu-serverThen use directly:
sshifu-serverThe server will prompt you to configure:
- GitHub OAuth credentials
- Certificate Authority (CA) settings
- Server listen address
Features
- 🔐 SSH Certificate Authority - Issues short-lived SSH certificates
- 🌐 OAuth Gateway - GitHub organization authentication
- 📦 Minimal Infrastructure - Single server, no database required
Requirements
- Node.js 14.0.0+
- Go binary (will be downloaded automatically on install)
Full Documentation
See the complete documentation at github.com/azophy/sshifu
License
MIT
