gpg: add sshcontrol with script to get grip
This commit is contained in:
2
bin/executable_get-ssh-subkey-keygrip
Normal file
2
bin/executable_get-ssh-subkey-keygrip
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
gpg -K --with-keygrip | grep -A1 "\[A\]" | tail -n1 | sed 's,.*Keygrip = \(\),\1,'
|
Reference in New Issue
Block a user