cd ~/g/infra/software/deskguard
git checkout main
git pullpython3 deskguard.py --username lynton-hayns --submitThis will:
- Run all security checks
- Generate your report
- Create a PR automatically
Review the output for any issues to fix:
- Git Remotes - should show SSH, not HTTPS
- SSH Keys - should show all your keys
- Firewall - enable stealth mode if warned
- OS Updates - install if available
cd ~/path/to/repo
git remote set-url origin [email protected]:Concurrent-Systems/REPO.gitThen re-run deskguard.