gpg-agent list and delete key + md5 fingerprint
This commit is contained in:
parent
e6f549f8a0
commit
41f05e8412
1 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,17 @@
|
|||
GPG-agent list SSH key and remove.
|
||||
|
||||
~~~
|
||||
gpg-connect-agent
|
||||
KEYINFO --ssh-list --ssh-fpr
|
||||
DELETE_KEY $HASH
|
||||
~~~
|
||||
|
||||
Show md5 fingerprint of SSH key.
|
||||
|
||||
~~~
|
||||
ssh-keygen -l -E md5 -f .ssh/key.pub
|
||||
~~~
|
||||
|
||||
Password recovery. At grub stage, press `e` to edit the kernel line and add `init=/bin/bash`. It will drop you in a shell before init system (systemd).
|
||||
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue