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
_______________________________________________
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to