Skip to content

Instantly share code, notes, and snippets.

@greew
Created March 3, 2022 09:18
Show Gist options
  • Save greew/9503e8b54a28fc9233532dc80fed7e30 to your computer and use it in GitHub Desktop.
Save greew/9503e8b54a28fc9233532dc80fed7e30 to your computer and use it in GitHub Desktop.
Setup SSH-agent in Ubuntu

Use the Ubuntu keyring as ssh-agent

Add relevant keys to the agent

# Use global SSH keyring
eval $(gnome-keyring-daemon -s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment