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