문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| github:home [2018/09/15 15:12] – taekgu | github:home [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ===== GitHub.Com ==== | ===== GitHub.Com ==== | ||
| + | <code bash> | ||
| ssh-keygen -t rsa -C " | ssh-keygen -t rsa -C " | ||
| + | |||
| + | Taekguui-MacBook: | ||
| + | Generating public/ | ||
| + | Enter file in which to save the key (/ | ||
| + | / | ||
| + | Overwrite (y/n)? y | ||
| + | Enter passphrase (empty for no passphrase): | ||
| + | Enter same passphrase again: | ||
| + | Your identification has been saved in / | ||
| + | Your public key has been saved in / | ||
| + | The key fingerprint is: | ||
| + | SHA256: | ||
| + | The key's randomart image is: | ||
| + | +---[RSA 2048]----+ | ||
| + | |=*oo= o. ooo. | | ||
| + | |*+=. = . .. | | ||
| + | |=Bo . . | ||
| + | |B+.. . . | ||
| + | |++oEo . S | ||
| + | |.. + | ||
| + | | + o o o | | ||
| + | | . + + = . | | ||
| + | | . ..= ... | | ||
| + | +----[SHA256]-----+ | ||
| + | Taekguui-MacBook: | ||
| + | / | ||
| + | </ | ||