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

ci/revert-ssh-timeouts #223

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

ci/revert-ssh-timeouts #223

wants to merge 3 commits into from

Conversation

tellet-q
Copy link
Contributor

No description provided.

@tellet-q tellet-q requested a review from KShivendu January 16, 2025 09:13
@@ -2,5 +2,5 @@

PROJECT_PATH=$(realpath "$(dirname "$0")/..")

rsync -e "ssh -o ServerAliveInterval=10 -o ServerAliveCountMax=10" -avP --mkpath\
rsync -e "ssh -o ServerAliveInterval=10 -o ServerAliveCountMax=3" -avP --mkpath\
Copy link
Member

@KShivendu KShivendu Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't understand. Why are we reverting the original PR and why is this one not reverted?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, forgot to add a description. So, since I configured the server we run our benchmarks on to block IPs that constantly try to ssh-login, I thought that maybe we don't need these settings anymore. For rsync I decided to keep it just 'cause rsync is used for some relatively bug files and may benefit from those.

@tellet-q tellet-q requested a review from KShivendu January 16, 2025 13:28
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.

2 participants