Skip to main content

Questions tagged [google-cloud-platform]

Cloud computing platform offered by Google. Questions about cloud services are on topic here only if the question is about the operating system or using a PC application hosted there. Otherwise, other sites on the network may be more appropriate.

1 vote
2 answers
461 views

Concerning sshd login attemps from unknown IP

I am running a Google Cloud Rocky Linux instance For some operations, SFTP is required I have found some concerning sshd login attemps from an unknown IP, limited logs below Mar 09 15:29:16 server-...
THEoneANDonly's user avatar
40 votes
2 answers
55k views

What does it mean if SSH hangs after `Connection Established`?

I use a Google Cloud VM and every once in a while I switch back to my terminal and see my ssh session has frozen. When I then try to reconnect ssh -v -i ~/.ssh/key [email protected] It shows this: ...
oarfish's user avatar
  • 806
6 votes
5 answers
8k views

Google Compute Engine SSH - different username after switching to OS Login

I created a Compute Engine VM (Ubuntu 18.04), and when I log into it using the SSH button in the VM instances list I'm logged in as user username. After a while, I realised I needed to be able to use ...
Wil Koetsier's user avatar
1 vote
1 answer
736 views

Getting "fatal: 'path' does not appear to be a git repository" when pushing to Google Cloud instance

I am in a Git repository: $ cd /Users/me/dev/example $ git status On branch master nothing to commit, working tree clean $ pwd /Users/me/dev/example I ran these: gcloud compute config-ssh ssh example....
Lance's user avatar
  • 387