Computer Programming/AI

내 컴퓨터와 github 연동하기(ssh 설정)

JYCoder 2023. 8. 7. 00:36

SSH(Secure Shell)

(github와 내 컴퓨터가) 안전하게 통신을 주고받을 수 있는 방법

 

git bash

$ssh-keygen

$cat (public key 경로 입력)

 

github > settings > SSH and GPG keys > New SSH key에서 public key Add

 

 

Reference

https://www.youtube.com/watch?v=P9gMl4O4kVg

LIST