Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active December 14, 2024 13:58
Show Gist options
  • Save miguelmota/3d907d8d74da525f9900c226176bf355 to your computer and use it in GitHub Desktop.
Save miguelmota/3d907d8d74da525f9900c226176bf355 to your computer and use it in GitHub Desktop.
SSH agent enable service
systemctl --user enable ssh-agent
systemctl --user start ssh-agent
eval "$(ssh-agent -s)"
ssh-add -l
# ssh config: https://gist.github.com/miguelmota/8151c9213c5d1de80423e26297db8636
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment