We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db0a07 commit e2082f8Copy full SHA for e2082f8
pages/common/gh-ssh-key.md
@@ -0,0 +1,20 @@
1
+# gh ssh-key
2
+
3
+> Manage GitHub SSH keys from the command line.
4
+> More information: <https://cli.github.com/manual/gh_ssh-key>.
5
6
+- Display help:
7
8
+`gh ssh-key`
9
10
+- List SSH keys for the currently authenticated user:
11
12
+`gh ssh-key list`
13
14
+- Add an SSH key to the currently authenticated user's account:
15
16
+`gh ssh-key add {{path/to/key.pub}}`
17
18
+- Add an SSH key to the currently authenticated user's account with a specific title:
19
20
+`gh ssh-key add --title {{title}} {{path/to/key.pub}}`
0 commit comments