Skip to content

Commit

Permalink
v4.1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Aug 19, 2024
1 parent 366249a commit 3b47612
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
44 changes: 44 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
- commits:
- subject: SSH reliability settings
hash: 539adade50241c6f9d20bcf08cb028c3026d8f37
body: >
* enable SSHD multiplexing, KeepAlive and relax throttling


Thank you for the hint:

https://forums.docker.com/t/docker-compose-through-ssh-failing-and-referring-to-docker-example-com/115165/18?u=ab77

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. The default is 10:30:100.

Alternatively, random early drop can be enabled by
specifying the three colon separated values
start:rate:full (e.g. "10:30:60"). sshd(8) will refuse
connection attempts with a probability of rate/100 (30%)
if there are currently start (10) unauthenticated
connections. The probability increases linearly and all
connection attempts are refused if the number of
unauthenticated connections reaches full (60).
footer:
change-type: patch
author: Anton Belodedenko
nested: []
- subject: SSH reliability settings
hash: 758c52b7bab371d6f5d8abfe05927b7b18f90be0
body: >
SSH connections keep breaking between Hetzner EU DCs and AWS us-east-1
for no particular reason. Suspect Hetzner local network saturation
and/or a function of trans-atlantic routing/peering/time of day. Adding
connection multiplexing and keepalive to test this theory.
footer:
change-type: patch
author: Anton Belodedenko
nested: []
version: 4.1.66
title: ""
date: 2024-08-19T18:22:02.557Z
- commits:
- subject: "patch: Add Table of Contents"
hash: b414f262c0adae9014d1589be64276785efecbbd
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v4.1.66
## (2024-08-19)

* SSH reliability settings [Anton Belodedenko]
* SSH reliability settings [Anton Belodedenko]

# v4.1.65
## (2024-08-15)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.65
4.1.66
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ data:
- generic-amd64
- genericx86-64-ext
- intel-nuc
version: 4.1.65
version: 4.1.66

0 comments on commit 3b47612

Please sign in to comment.