Forrest logo
back to context overview

gh-ssh-key

List of commands for gh-ssh-key:

  • gh-ssh-key:tldr:00202 gh-ssh-key: Add an SSH key to the currently authenticated user's account with a specific title.
    $ gh ssh-key add --title ${title} ${path-to-key-pub}
    try on your machine
    explain this command
  • gh-ssh-key:tldr:6e8d4 gh-ssh-key: List SSH keys for the currently authenticated user.
    $ gh ssh-key list
    try on your machine
    explain this command
  • gh-ssh-key:tldr:a2032 gh-ssh-key: Display help.
    $ gh ssh-key
    try on your machine
    explain this command
  • gh-ssh-key:tldr:f2b84 gh-ssh-key: Add an SSH key to the currently authenticated user's account.
    $ gh ssh-key add ${path-to-key-pub}
    try on your machine
    explain this command
back to context overview