Skip to content
Notas Hellout edited this page Jun 29, 2021 · 5 revisions

Using gnome-keyring with PAM

See here for setup.

gnome keyring git password integration

From https://wiki.archlinux.org/index.php/GNOME/Keyring#Git_integration

git config --global credential.helper /usr/lib/git-core/git-credential-libsecret

[DEPRECATED] Using ssh-agent

This method only take cares of ssh passwords. It is strongly advised to use the PAM/gnome-keyring method which handles all kinds of passwords and secrets.

systemctl --user enable --now ssh-agent
Clone this wiki locally