Skip to content

Instantly share code, notes, and snippets.

@alifahrri
Created February 28, 2019 03:51
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 alifahrri/8ebb2798e0472cc9d07e9eb71acc69cc to your computer and use it in GitHub Desktop.
Save alifahrri/8ebb2798e0472cc9d07e9eb71acc69cc to your computer and use it in GitHub Desktop.
ssh stuff
# start the ssh-agent in the background
$ eval "$(ssh-agent -s)"
# add key
$ ssh-add
# list key
$ ssh-add -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment