Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zsh/gpg: add back the preexec hook to update tty for ssh agent support | Aaron LI | 2018-02-20 | 1 | -0/+25 |
| | |||||
* | gpg: rewrite gpg-agent handling with zsh | Aaron LI | 2018-02-20 | 1 | -55/+12 |
| | | | | | | | * do not hack to force to use `pinentry-curses` with custom `pinentry` and `gpg2-x11` shims * explain to use the `pinentry-gtk-2`, which will fallback to text mode * simply launch `gpg-agent` with `gpgconf --launch` | ||||
* | zsh/gpg: simplify gpg-agent launch on login; add note about systemd | Aaron LI | 2018-02-20 | 1 | -1/+6 |
| | |||||
* | zsh/gpg: ignore agent error in preexec hook | Aaron LI | 2018-02-05 | 1 | -3/+2 |
| | | | | | | | | | For a NFS-shared-home cluster, once login to a node and start the gpg-agnet, then the original gpg-agent on the master will quit, which causes the annoying agent connection error. Simply ignore the error and do not try to launch the agent, which is of little use for the above cases. | ||||
* | zsh/gpg: check the existence of pinentry-program then set it | Aaron LI | 2018-02-03 | 1 | -3/+6 |
| | |||||
* | zsh: improve gpg-agent startup and support restart | Aaron LI | 2018-01-13 | 1 | -0/+7 |
| | |||||
* | zsh: improve ssh-agent support by gpg-agent | Aaron LI | 2018-01-13 | 1 | -1/+32 |
| | |||||
* | zsh: add 80-gpg.zsh to setup gpg, also fix TTY problem for ssh-support | Aaron LI | 2017-10-20 | 1 | -0/+37 |