57344/gcp-error-unable-to-connect-on-port-22
While trying to connect to an Linux VM instance that I have configured on google cloud, I choose the method "SSH in browser" but I can't connect to it. it shows this error:
Unable to connect on port 22
How should i troubleshoot this issue?
You may see this error under the following conditions:
The instance is booting up and sshd is not yet running. Verify that the instance has finished booting up before trying again.
The instance is not running sshd. sshd runs by default on instances created from standard Compute Engine images. If you have manually disabled sshd or you have configured a custom image that is not running this service, SSH from the Browser will not work.
sshd is listening on a port other than the one you are connecting to. By default, SSH from the Browser connects to the instance on port 22. If you are running sshd on a custom port, you can connect to that port using "Open in browser window on custom port" item in the SSH button drop-down menu.
There is no firewall rule allowing SSH access on the port. SSH access on port 22 is enabled on all Compute Engine instances by default. If you have disabled access, SSH from the Browser will not work. If you run sshd on a port other than 22, you need to enable the access to that port with a custom firewall rule.
The firewall rule allowing SSH access is enabled but is not configured to allow connections from GCP Console services. Source IP addresses for browser-based SSH sessions are dynamically allocated by GCP Console and can vary from session to session. For the feature to work, you must allow connections either from any IP address or from Google's IP address range which you can retrieve using public SPF records.
The instance is shut down. Verify that the instance is up and running.
Hope this helps!
If your browser downloads a zero byte ...READ MORE
You will be unable to restore a ...READ MORE
Check this out https://cloud.google.com/compute/docs/ip-addres ...READ MORE
The mistake you are making here is ...READ MORE
Continuously make a point to shut down any ...READ MORE
Google Compute Engine provides public images preconfigured with ...READ MORE
If you SSH into the instance you ...READ MORE
The gcloud compute command-line tool enables you to easily ...READ MORE
To allow outbound traffic through a custom ...READ MORE
This might be because UFW is installed. ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.