Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GCP firewall issue and increases banner timeout for SSH issue #64

Merged
merged 3 commits into from
Jan 16, 2022

Conversation

parasj
Copy link
Contributor

@parasj parasj commented Jan 16, 2022

Fixes #60 by locking the firewall creation so only one process can concurrently create or update the default firewall.

Also an alternative fix for #62. Instead of catching this ConnectionReset error, the right thing to do might be to modify get_ssh_client_impl in server.py to set the following timeout for Paramiko. https://stackoverflow.com/a/59453832

@parasj parasj self-assigned this Jan 16, 2022
@parasj parasj added the client label Jan 16, 2022
@parasj parasj changed the title [DRAFT] Fix GCP firewalls Fix GCP firewall issue Jan 16, 2022
@parasj parasj changed the title Fix GCP firewall issue Fix GCP firewall issue and increases banner timeout for SSH issue Jan 16, 2022
@ShishirPatil ShishirPatil merged commit 9dc96cd into main Jan 16, 2022
@ShishirPatil ShishirPatil deleted the dev/paras/fix_gcp branch January 16, 2022 04:06
@parasj parasj mentioned this pull request Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GCP Firewall issue
2 participants