The Pass Extension Thread

Pierre Penninckx ibizapeanut at gmail.com
Fri Jun 30 07:56:02 CEST 2017


Hello,

I built pass-ssh [1].
This extension lets you quickly create ssh keypairs and output public
keys using fzf or rofi.

Being lazy as I am, this allows me to easily create keypairs *with*
passphrases without needing to remember those. The passphrases are
simply stored in pass and the public key is outputted to stdout. I
combine this with xclip to copy the public key to the clipboard:

    pass ssh | xclip -in -selection clipboard

I also combine this with the previous extension I posted, pass-clip
[2], which allows me to simply copy the passphrase in the clipboard
when needed.

Again, thanks to Alex for making pass-update which heavily inspired
pass-clip and pass-ssh.

[1] https://github.com/ibizaman/pass-ssh
[2] https://github.com/ibizaman/pass-clip

Regards,
Pierre


More information about the Password-Store mailing list