Skip to content

Instantly share code, notes, and snippets.

@aratakokubun
Last active August 29, 2015 14:07
Show Gist options
  • Save aratakokubun/391bba2b42e2fdee8758 to your computer and use it in GitHub Desktop.
Save aratakokubun/391bba2b42e2fdee8758 to your computer and use it in GitHub Desktop.
:~/.ssh$ ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/home/art/.ssh/id_rsa): id_rsa_file_name
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
...
ssh-agent -s
ssh-add -l
eval `ssh-agent -s`
ssh-add -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment