gcloud compute ssh 접속 불가

1 개요[ | ]

gcloud compute ssh 접속 불가
$ gcloud compute ssh --zone "asia-northeast3-b" "vm1" --project "ultra-project-123" --ssh-flag="-vvv"
OpenSSH_8.4p1 Debian-5+deb11u1, OpenSSL 1.1.1n  15 Mar 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug2: resolve_canonicalize: hostname 35.79.14.68 is address
debug2: ssh_connect_direct
debug1: Connecting to 35.79.14.68 [35.79.14.68] port 22.
debug1: connect to address 35.79.14.68 port 22: Connection timed out
ssh: connect to host 35.79.14.68 port 22: Connection timed out
ERROR: (gcloud.compute.ssh) Could not SSH into the instance.  It is possible that your SSH key has not propagated to the instance yet. Try running this command again.  If you still cannot connect, verify that the firewall and instance are set to accept ssh traffic.

2 같이 보기[ | ]

3 참고[ | ]

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