Status Update
Comments
la...@benkophone.com <la...@benkophone.com> #2
I also thought perhaps this was a problem with ephemeral IP addresses, so tried promoting them to static but that had no effect.
la...@benkophone.com <la...@benkophone.com> #3
vi...@bmby.com <vi...@bmby.com> #4
nu...@google.com <nu...@google.com> #5
Thank you for your report. The Product Team is aware of the issue, and they are addressing it. We do not have an estimated ETA yet, but we will update this public issue when we have an update. Thank you for your patience.
la...@google.com <la...@google.com> #6
Hello, Is there an update to share?
pl...@gmail.com <pl...@gmail.com> #7
Give me eran R eward
pl...@gmail.com <pl...@gmail.com> #8
That
[Deleted User] <[Deleted User]> #9
This could be due to port scanners reaching the default 10 unauthenticated SSH connection limit.
Weirdly, none actually try to authenticate to open a session.
Some spiders and services like
scans public ipv4 addresses for open services, e.g. salt masters, ftp servers, RDPs, and also SSH services. These spiders usually only connect to the services without doing any valid authentication steps. Shodan
I got this error when using docker command with remote host docker -H ssh://user@server compose up after some digging i found on my remote server in auth logs (/var/log/auth.log) this: Aug 8 14:51:46 user sshd[1341]: error: beginning MaxStartups throttling Aug 8 14:51:46 user sshd[1341]: drop connection #10 from [some_ip]:32992 on [some_ip]:22 past MaxStartups
MaxStartups Specifies the maximum number of concurrent unauthenticated connections to the SSH daemon. Additional connections will be dropped until authentication succeeds or the LoginGraceTime expires for a connection.
ka...@google.com <ka...@google.com>
ka...@google.com <ka...@google.com> #10
Hello,
Thanks for reaching out to us!
This issue request is acknowledged and we will validate it further. Though we can't provide an ETA on this issue nor guarantee their implementation, rest assured that your feedback is always taken very seriously, as it allows us to improve our products.
Thanks
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
Some VMs randomly show "Connection via Cloud Identity-Aware Proxy Failed
Code: 4010 Reason: destination read failed" when connecting via the SSH button in the cloud console
What you expected to happen:
Successfully connect to the VM
Steps to reproduce:
This is intermittent, and started happening to me yesterday. I can't reliably reproduce it, even the same VM will show the error and then stop showing the error.
Other information (workarounds you have tried, documentation consulted, etc):
Someone else reported the problem here:
There are very few posts online with the 4010 error code, and nothing in the Google docs. I have run through the firewall setup just in case, but it changed nothing. I sort of knew it wouldn't because if it were a firewall problem why would it be intermittent, but thought I'd do that just in case. Anyway it didn't work.