How to Use Pass Which Is a Command Line Password Manager

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 20

  • @pstoa
    @pstoa ปีที่แล้ว +2

    Pass is awesome. Great intro Nick! I also use it outside the terminal with rofi.

  • @mikemccartneyable
    @mikemccartneyable 3 หลายเดือนก่อน +1

    Great video, thanks. The "pass git show" command will only show the git history if the gpg passphrase is still in use during a session. I think the default validity is 600 seconds. Might be worthwhile delving into this as it looks like a fundamental flaw in the "pass git" security but it's not.

  • @iiwi758
    @iiwi758 ปีที่แล้ว +1

    Pretty neat little tool. Only thing missing to me is a way to generate diceware passphrases.
    Great video.

    • @NickJanetakis
      @NickJanetakis  ปีที่แล้ว

      Thanks. Yep, that would be handy since [wf)~:lXqtdaDc.^+2VO]76io};7V` is a tad difficult to remember and manually type if you had to.

  • @cadcaetutorial2039
    @cadcaetutorial2039 ปีที่แล้ว +2

    This tuto is so nice sir

  • @richardwayne809
    @richardwayne809 ปีที่แล้ว +1

    Do a 'pass init what@ever' then 'pass git init'
    After that use 'pass git ' as needed.

  • @ojasbhagavath5484
    @ojasbhagavath5484 ปีที่แล้ว +1

    Amazing video. Thank you!

    • @NickJanetakis
      @NickJanetakis  ปีที่แล้ว

      No problem, thanks for watching.

  • @mehdimj_ir
    @mehdimj_ir ปีที่แล้ว

    I use Nextcloud Passwords but I like this one to :)

  • @cadcaetutorial2039
    @cadcaetutorial2039 ปีที่แล้ว +2

    Very well

  • @nerdycatgamer
    @nerdycatgamer 4 หลายเดือนก่อน

    Im wanting to switch over to pass, but I'm new to gpg as well so that leads to a bit of confusion. I understand that, when moving your keys to a new device, you can simply export them to files, ftp (or whatever) them over, and import them; however, i remember you saying in the gpg video that a laptop should have a shorter expiry period for the gpg key. so, when I copy over my pass files to a new system, and then import my gpg key to decrypt them, how should i handle this issue? thanks :D

    • @NickJanetakis
      @NickJanetakis  4 หลายเดือนก่อน +1

      You can keep renewing your key after it expires. You can proceed with your normal plan of backing them up between devices.

  • @inteliconn995
    @inteliconn995 ปีที่แล้ว +1

    Thanks!

  • @nnutipa
    @nnutipa ปีที่แล้ว +3

    ... let's just make pretend that didn't happen at all😆😆😆

  • @ClaytonAAlves
    @ClaytonAAlves 9 หลายเดือนก่อน

    Is there an easy way to update all passwords to a new gpg Key?

    • @NickJanetakis
      @NickJanetakis  9 หลายเดือนก่อน

      I've never done it but askubuntu.com/a/935508 hints it's possible. Let us know how it goes. I'd for sure make a backup before doing anything.

  • @ayex86
    @ayex86 ปีที่แล้ว

    Looks too complex workflow. I'd suggest KeePassXC

    • @NickJanetakis
      @NickJanetakis  ปีที่แล้ว +2

      It comes down to personal preference. I never used KeePassXC but it looks like a general purpose GUI password manager. Pass is focused on the command line experience. In my opinion these are targeting different use cases.

    • @pittiplatsch6248
      @pittiplatsch6248 ปีที่แล้ว +1

      @@NickJanetakis i dont want to try to convince you or anyone of what tools to use, but on the point of the command line experience keepassxc comes with the keepassxc-cli which was as scriptable as pass seems. so not trying to say that keepassxc is better or anything, but it seemed to me that you weren't aware of that cli (not that it really matters though lol). however somethings that the gui keepassxc handles nicely like ssh-agent integrations didnt seem to work with the cli tool.