Skip to content
Discussion options

You must be logged in to vote

(You can see English version of this answer by clicking "Translate to English" button above)

안녕하세요

username과 password 입력을 받는 것을 보니
깃헙 서버가 정원희님이 사용하고 있는 VM을 인증(Authenticate)하지 못하고 있는 상황으로 보입니다.

아래 방법을 통해 깃헙 서버에 VM을 인증시킬 수 있습니다.

  1. VM에서 ssh-keygen -t ed25519 명령어를 실행합니다. 명령어 실행이 완료될 때까지 계속 Enter를 쳐주세요. 이는 ~/.ssh/id_ed25519 (비밀키), ~/.ssh/id_ed25519.pub (공개키) 쌍을 생성합니다.
  2. 위에서 공개키 내용을 복사(Ctrl+C)합니다. 공개키 내용은 cat ~/.ssh/id_ed25519.pub을 통해 아래와 같이 확인할 수 있습니다.
> cat ~/.ssh/id_ed25519.pub
ssh-ed25519 kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk bonjune@bongjunsthinkpad
  1. 깃헙 설정 (https://github.com/settings/keys)에서 "New SSH key"를 눌러 위 공개키 내용을 붙여넣습니다.
  2. 설정이 완료되었습니다. git clone git@github…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Wonhee-123
Comment options

Answer selected by bongjunj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants