SSH Key Management

Manage SSH keys

github
ssh
keys

Command

gh ssh-key add ~/.ssh/id_rsa.pub

Explanation

Manage SSH keys for GitHub authentication and repository access.

Examples

Add SSH key

gh ssh-key add ~/.ssh/id_rsa.pub

List SSH keys

gh ssh-key list

Delete SSH key

gh ssh-key delete 123