GCP SSH Key 생성 및 연동

Donghyun Kim·2022년 8월 30일
0
post-custom-banner

SSH Key 생성

$ ssh-keygen -t rsa -f ~/.ssh/[키이름] -C [gmail계정] -b 2048

$ ssh-keygen -t rsa -f ~/.ssh/gcp_ssh -C dh.kim3@okestro.com -b 2048

GCP Metadata 탭 ssh 키 등록

~중략~

SSH Key를 이용한 접속

ssh -i [키파일경로] [계정]@[외부IP]

ssh -i ~/.ssh/gcp_ssh dh.kim3@34.64.208.175
profile
"Hello World"

0개의 댓글