logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage SSH Keys - Control GitHub Keys | Online Free DevTools by Hexmos

Manage SSH keys with gh-ssh-key, enabling secure GitHub access. Add, list, and control your SSH keys for seamless development workflows. Free online tool, no registration required.

gh-ssh-key

Manage GitHub SSH keys. More information: https://cli.github.com/manual/gh_ssh-key.

  • Display help:

gh ssh-key

  • List SSH keys for the currently authenticated user:

gh ssh-key list

  • Add an SSH key to the currently authenticated user’s account:

gh ssh-key add {{path/to/key.pub}}

  • Add an SSH key to the currently authenticated user’s account with a specific title:

gh ssh-key add {{[-t|--title]}} {{title}} {{path/to/key.pub}}