Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your developers are attempting to establish an SSH connection to an Ubuntu server for troubleshooting purposes, but the connection is timing out. Which command would most effectively resolve this issue?
A
gcloud compute firewall-rules create open-ssh --network $NETWORK --allow tcp:3389
B
gcloud compute firewall-rules create open-ssh --network $NETWORK --deny tcp:22
C
gcloud compute firewall-rules create open-ssh --network $NETWORK --allow tcp:22
D
gcloud compute firewall-rules create open-ssh