notes: add notes about deleting a ssh key
This commit is contained in:
parent
23d2192b23
commit
3755e5e0b5
1 changed files with 11 additions and 0 deletions
11
notes/ssh.md
11
notes/ssh.md
|
@ -15,3 +15,14 @@ ssh-keyscan localhost
|
|||
```sh
|
||||
ssh-keygen -t ed25519 -C "bob@example.com"
|
||||
```
|
||||
|
||||
# Remove ssh key
|
||||
|
||||
```sh
|
||||
gpg-connect-agent
|
||||
```
|
||||
|
||||
```
|
||||
KEYINFO --ssh-list --ssh-fpr
|
||||
DELETE_KEY XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue