Created
October 26, 2017 08:29
-
-
Save muhfaris/d87d0c6fe9614ad17b46e18026b92fdb to your computer and use it in GitHub Desktop.
ssh keygen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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