본문 바로가기

node.js project

aws ubuntu를 github에 연결하기.

ubuntu에서 ssh 키를 생성해서 내 깃헙 계정에 등록해 줘야 ubuntu에서 github을 쓸 수 있다. 

ubuntu가 아니라 일반 pc도 다 그러할 듯하다.

 

https://docs.github.com/ko/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

 

 

새 SSH 키 생성 및 ssh-agent에 추가 - GitHub Docs

기존 SSH 키를 확인한 후 인증에 사용할 새 SSH 키를 생성한 다음 ssh-agent에 추가할 수 있습니다.

docs.github.com