Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 304 Bytes

PAM Manager!

Ways to run the app

SSH Tunnel setup to run the app (Recommended)

ssh -L 5000:localhost:5000 -o "ServerAliveInterval 60" -o "ServerAliveCountMax 120" -i

setup flask

python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt python3 app.py