Skip to content

Instantly share code, notes, and snippets.

@waynemsmith
Created January 20, 2026 08:28
Show Gist options
  • Select an option

  • Save waynemsmith/cd062e0f1550d674fdb09a071ec66a64 to your computer and use it in GitHub Desktop.

Select an option

Save waynemsmith/cd062e0f1550d674fdb09a071ec66a64 to your computer and use it in GitHub Desktop.
Deskguard update and submit

Deskguard Update & Submit

1. Update deskguard

cd ~/g/infra/software/deskguard
git checkout main
git pull

2. Run with auto-submit

python3 deskguard.py --username lynton-hayns --submit

This will:

  • Run all security checks
  • Generate your report
  • Create a PR automatically

3. Check for warnings

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

Fixing HTTPS repos (if warned)

cd ~/path/to/repo
git remote set-url origin [email protected]:Concurrent-Systems/REPO.git

Then re-run deskguard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment