You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ Removes all previous loaded keys and adds the specified key to the ssh-agent for
50
50
E.G: `sh load id_rsa 2` will load the id_rsa key for 2 hours.
51
51
E.G: `sh load common` will load the common key for 1 hour.
52
52
53
+
### `sh show <keyname>`
54
+
Prints the public key for they private/public key pair with the name `<keyname>`. Useful for adding the public key to services like Bitbucket, Github, etc...
55
+
53
56
### `sh endsession`
54
57
Forcefully clear the gpg-agent files from your `masterkey` directory and clear loaded ssh keys from the ssh-agent.
0 commit comments