Source IP Ranges |
Allowed protocols and ports |
Apr 2 13:24:12 lamp-qqkq accounts-from-metadata: INFO Google SSH key schema identifier found. Apr 2 13:24:12 lamp-qqkq accounts-from-metadata: INFO Google SSH key schema identifier found. gcm-StatusUpdate:TIME=1427747583000;STATUS=ALL_COMMANDS_SUCCEEDED Apr 2 13:24:37 lamp-qqkq accounts-from-metadata: INFO Google SSH key schema identifier found. gcm-Heartbeat:1427981078000
- I tried telnetting to port 22
Connecting To 146.148.XxX.xXX...Could not open connection to the host, on port 22: Connect failed
- Tried SSH'ing on ChromeBook, unfortunatelly it is still not accepting connections at port 22.
May 15 11:11:48 arkterranova sshd[2601]: Connection closed by 120.26.235.115 [preauth] May 15 11:16:01 arkterranova sshd[2667]: Received disconnect from 120.26.235.115: 11: Bye Bye [preauth] Every time i try to connect using Filezilla or Gcloud i get those. My firewall rules are ok and I can telnet port 22. Any ideas? Please?
If you go to your console and then in compute engine > [VM name] > vm details you should see serial port [1, 2, 3 ,4) (console) below the stackdriver logging.
In the serial port logs you can look for issues such as:
“Out of memory”
“No space left on device”
If no errors are found you should use the tool nmap to check your ports, if it shows as filtered then you know it’s network related.
For more information about ssh troubleshooting follow this article.
Hope this helps!