Skip to content

Instantly share code, notes, and snippets.

@alifahrri
Created February 28, 2019 03:51
Show Gist options
  • Select an option

  • Save alifahrri/8ebb2798e0472cc9d07e9eb71acc69cc to your computer and use it in GitHub Desktop.

Select an option

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