gpg: add sshcontrol with script to get grip

This commit is contained in:
2023-09-11 11:22:33 -04:00
parent 3f48e9f050
commit c588c74bcf
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/sh
gpg -K --with-keygrip | grep -A1 "\[A\]" | tail -n1 | sed 's,.*Keygrip = \(\),\1,'