SSH Key
1. Config
- id_rsa = private key
- id_rsa.pub = public key
2. registration
2_1. path
- github -> account -> New ssh key
2_2. How to register
- cat ~/.ssh/id_rsa.pub
- add a blue part to key
2_3. confirm
- ssh -T git@github.com
- It means that you can access the github by using ssh
'CM(ConfigurationManagement) > github' 카테고리의 다른 글
[GitHub] What if you push the wrong file(dir) to github? (0) | 2016.08.25 |
---|---|
[GitHub] PullRequest Handling (0) | 2016.06.06 |
[GitHub]How to send a Pull Request (0) | 2016.06.05 |
[gitHub] Issue (0) | 2016.05.19 |
[GitHub] 2. Info about github (0) | 2016.05.15 |