notes: add notes about deleting a ssh key

This commit is contained in:
Dmitriy Pleshevskiy 2023-08-01 12:55:00 +03:00
parent 23d2192b23
commit 3755e5e0b5
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 11 additions and 0 deletions

View File

@ -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
```