AWS CodeCommit 세팅 :: 에버노트

ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • AWS CodeCommit 세팅
    카테고리 없음 2020. 12. 10. 16:26

    # AWS CONFIG 기본 세팅 되어 있음

     

    root@cccc:~/.ssh# ssh-keygen

    Generating public/private rsa key pair.

    Enter file in which to save the key (/root/.ssh/id_rsa): utest.pem # 값 입력

    Enter passphrase (empty for no passphrase):

    Enter same passphrase again:

    Your identification has been saved in utest.pem

    Your public key has been saved in utest.pem

    The key fingerprint is:

     

     

    root@ccc:/home/CODE-git# cat ~/.ssh/config

    Host git-codecommit.*.amazonaws.com

    User SSH ID 값 추가

    IdentityFile ~/.ssh/utest.pem

    댓글

Designed by Tistory.