rsa 키가 아니라 .netrc를 사용하더라도 github의 아이디와 패스워드 없이 접근할 수 있다.
$ cat .netrc
machine github.com
login x11
암호화되지 않는 형태도 지원한다.
$ cat .netrc
machine github.com
login daniel
password qwerty
참조
https://ec.haxx.se/usingcurl-netrc.html
https://gist.github.com/technoweenie/1072829
http://shoken.hatenablog.com/entry/20120629/p1
http://qiita.com/azusanakano/items/8dc1d7e384b00239d4d9
'Tool' 카테고리의 다른 글
| [Intellij] Unexpected exception[BootException:ID: (0) | 2017.11.13 |
|---|---|
| [iterm2] 소리 안나게 하는 방법 (0) | 2017.10.19 |
| github에서 아이디 패스워드 없이 저장소 접근하는 방법 - netrc (0) | 2017.09.04 |
| deckset - 마크업 발표 자료 (0) | 2017.06.26 |
| 이미지 width, height 얻는 툴 (0) | 2017.06.23 |
| 맥북에서 크롬캐스트2 이용할 수 있는 앱 (0) | 2017.06.08 |



댓글을 달아 주세요