"Gcloud compute ssh"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
8번째 줄: 8번째 줄:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
gcloud compute ssh --project=PROJECT_ID --zone=ZONE VM_NAME
gcloud compute ssh --project=PROJECT_ID --zone=ZONE VM_NAME
</syntaxhighlight>
<syntaxhighlight lang='console'>
testuser@cloudshell:~ (my-project-153)$ gcloud compute ssh --zone=asia-northeast3-b vm1
...
</syntaxhighlight>
</syntaxhighlight>



2021년 11월 24일 (수) 14:04 판

1 개요

gcloud compute ssh
gcloud compute ssh VM_NAME
gcloud compute ssh --project=PROJECT_ID --zone=ZONE VM_NAME
testuser@cloudshell:~ (my-project-153)$ gcloud compute ssh --zone=asia-northeast3-b vm1
...

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}