Skip to content

Instantly share code, notes, and snippets.

View JimJeon's full-sized avatar
🐧
penguins

Jim Jeon JimJeon

🐧
penguins
View GitHub Profile
@JimJeon
JimJeon / HowToSSH.md
Created January 25, 2017 16:27
How to SSH

How to make SSH keys for github

1. Check SSH keys

"~/.ssh" is a folder for SSH keys. You can check your ssh keys with this command

$ ls -al ~/.ssh

2. Making New SSH keys