Skip to content

Instantly share code, notes, and snippets.

@muhfaris
Created October 26, 2017 08:29
Show Gist options
  • Save muhfaris/d87d0c6fe9614ad17b46e18026b92fdb to your computer and use it in GitHub Desktop.
Save muhfaris/d87d0c6fe9614ad17b46e18026b92fdb to your computer and use it in GitHub Desktop.
ssh keygen
- hubungkan ssh dengan terminal
> eval $(ssh-agent -s)
- pilih ssh key
> ssh-add ~/.ssh/id_rsa
#bukan public tapi private
#akses privat 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment