6.15 (월)

# GitHub 로그인 → Settings → Emails
git config --global user.name "이름"
git config --global user.email "이메일"

# 각 VM에서 키 생성
ssh-keygen -t rsa -b 4096

# 공개키 확인
cat ~/.ssh/id_rsa.pub

# 복사해서 GitHub → Settings → SSH Keys에 등록
<https://github.com/settings/ssh/new>

Title:node3
Key Type: Authentication Key
Key: SSH 터미널에서 `cat ~/.ssh/id_rsa.pub` 결과 복사 붙여넣기.

image.png

user1@ctrl:~$ ssh -T [[email protected]](<mailto:[email protected]>)
Hi Bakseongung! You've successfully authenticated, but GitHub does not provide shell access.

image.png


6.16 (화)

‘Ansible을 활용한 클라우드 자동화’ 강의자료 활용하여 Ansible 공부

멘토링(멘도: 김휘집)을 통해 프로젝트 방향 수정


6.17 (수)

Ansible을 활용한 클라우드 자동화’ 강의자료 활용하여 Ansible 공부


6.18 (목)

팀장님 작업 요구사항