Skip to content

Instantly share code, notes, and snippets.

@shmalex
Created August 28, 2023 14:03
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 shmalex/0252f833dbb59a518344762a69855436 to your computer and use it in GitHub Desktop.
Save shmalex/0252f833dbb59a518344762a69855436 to your computer and use it in GitHub Desktop.
ssh keys and stuff

Add key to agent

run the agent process

eval $(ssh-agent)

ssh-add [key]

redo when restated

ssh-agent bash ssh-add /home/username/.ssh/id_rsa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment