-
Notifications
You must be signed in to change notification settings - Fork 7
keyring
Notas Hellout edited this page Jun 29, 2021
·
5 revisions
See here for setup.
From https://wiki.archlinux.org/index.php/GNOME/Keyring#Git_integration
git config --global credential.helper /usr/lib/git-core/git-credential-libsecret
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