Skip to content

Instantly share code, notes, and snippets.

@imabuddha
Created December 9, 2020 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imabuddha/8dd2d42f89335bbfaf4335d58e7b900f to your computer and use it in GitHub Desktop.
Save imabuddha/8dd2d42f89335bbfaf4335d58e7b900f to your computer and use it in GitHub Desktop.
Add this line to your ~/.bashrc file (probably at the end) to get the terminal app to use the system keychain. This will eliminate the need to enter your ssh passphrase if not using autologin && you've got ssh-agent configured.
export $(gnome-keyring-daemon --daemonize --start)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment