반응형

SSH키가 무엇인지 궁금하면 아래 블로거님 자료를 읽어본다.

https://thisblogfor.me/web/ssh/

 

SSH 기본개념 & SSH 깃헙 연결하기

SSH 기본개념 & SSH 깃헙 연결하기 ssh,암호화,네트워크 ssh에 대한 기본개념과 ssh github 사용방법 https://unsplash.com/@matthewhenry SSH는 무엇이고 어떻게 사용하며 어떤 부분이 편리한지에 대해 알아본다.

thisblogfor.me

위 블로거님 링크에서 발췌 (출처:https://thisblogfor.me/web/ssh/)

 

필자는 Window10에서 Git bash를 사용하기 위해 아래 프로그램을 다운받고 이를 통해 진행하였다.

https://gitforwindows.org/

 

Git for Windows

Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. Git BASH Git for Windows provides a BA

gitforwindows.org

 

공식사이트인 Gibhub 아래 링크 참조.

https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

 

Generating a new SSH key and adding it to the ssh-agent - GitHub Docs

Generating a new SSH key and adding it to the ssh-agent After you've checked for existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent. Mac Windows Linux All If you don't already have an SSH key, you must

docs.github.com

1.

ssh-keygen -t rsa -b 4096 -C "이메일 주소"

2.

4.

5. 해당 위치에 .ssh 폴더가 생겼을 것이다. 확인해본다.

6. 폴더를 열어보면 아래와 같이 3가지 파일이 들어있다.

(id_res.pub 파일의 내용을 Github 서버에 등록시켜주면 된다.)

파일을 열어보면 ssh-rsa 로 시작하고 그 뒤에는 암호화 코드들이다.

반응형

SSH키를 Github에 등록시키는 방법은 아래 링크 참조

https://ansan-survivor.tistory.com/276

 

[Github] 발급받은 SSH키 Github 서버에 등록 시키기

SSH키를 생성하는 방법은 아래 링크 참조 https://ansan-survivor.tistory.com/275 [Github] SSH키 생성하기 SSH키가 무엇인지 궁금하면 아래 블로거님 자료를 읽어본다. https://thisblogfor.me/web/ssh/ SSH 기..

ansan-survivor.tistory.com

 

반응형

+ Recent posts