How to Use Pass Which Is a Command Line Password Manager

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 20

  • @mikemccartneyable
    @mikemccartneyable 23 дні тому +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.

  • @pstoa
    @pstoa Рік тому +2

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

  • @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.

  • @iiwi758
    @iiwi758 11 місяців тому +1

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

    • @NickJanetakis
      @NickJanetakis  11 місяців тому

      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

    Very well

  • @ojasbhagavath5484
    @ojasbhagavath5484 Рік тому +1

    Amazing video. Thank you!

  • @mehdimj_ir
    @mehdimj_ir Рік тому

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

  • @inteliconn995
    @inteliconn995 Рік тому +1

    Thanks!

  • @nerdycatgamer
    @nerdycatgamer Місяць тому

    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  Місяць тому +1

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

  • @ClaytonAAlves
    @ClaytonAAlves 7 місяців тому

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

    • @NickJanetakis
      @NickJanetakis  7 місяців тому

      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.

  • @nnutipa
    @nnutipa Рік тому +3

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

  • @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.