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

(새 문서: ==개요== {{소문자}} ;gcloud compute ssh <source lang='bash'> gcloud compute ssh VM_NAME </source> <source lang='bash'> gcloud compute ssh --project=PROJECT_ID --zone=ZONE VM_NAM...)
 
잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
3번째 줄: 3번째 줄:
;gcloud compute ssh
;gcloud compute ssh


<source lang='bash'>
<syntaxhighlight lang='bash'>
gcloud compute ssh VM_NAME
gcloud compute ssh VM_NAME
</source>
</syntaxhighlight>
<source 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
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

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

1 개요

gcloud compute ssh
gcloud compute ssh VM_NAME
gcloud compute ssh --project=PROJECT_ID --zone=ZONE VM_NAME

2 같이 보기

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