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

 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
12번째 줄: 12번째 줄:
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
testuser@cloudshell:~ (my-project-153)$ gcloud compute ssh --zone=asia-northeast3-b vm1
testuser@cloudshell:~ (my-project-153)$ gcloud compute ssh --zone=asia-northeast3-b vm1
...
ssh: connect to host 135.79.246.80 port 22: Connection timed out
ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with return code [255].
</syntaxhighlight>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[kubectl node-shell]]
* [[gcloud compute instances list]]
* [[gcloud compute instances list]]
* [[gcloud compute ssh 접속 불가]]
* [[gcloud compute firewall-rules list]]


==참고==
==참고==
* https://cloud.google.com/sdk/gcloud/reference/compute/ssh
* https://cloud.google.com/compute/docs/instances/connecting-to-instance#gcloud
* https://cloud.google.com/compute/docs/instances/connecting-to-instance#gcloud


[[분류: gcloud compute]]
[[분류: gcloud compute]]

2023년 7월 24일 (월) 13:30 기준 최신판

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
ssh: connect to host 135.79.246.80 port 22: Connection timed out
ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with return code [255].

2 같이 보기[ | ]

3 참고[ | ]

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