Commit ed96cd1c authored by Amy Qualls's avatar Amy Qualls

Merge branch 'bbodenmiller-master-patch-96853' into 'master'

Add additional error caused by low MaxStartups

See merge request gitlab-org/gitlab!78519
parents fdfc5d62 6d3481ee
...@@ -110,6 +110,13 @@ ssh_exchange_identification: Connection closed by remote host ...@@ -110,6 +110,13 @@ ssh_exchange_identification: Connection closed by remote host
fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly
``` ```
or
```plaintext
kex_exchange_identification: Connection closed by remote host
Connection closed by x.x.x.x port 22
```
This error usually indicates that SSH daemon's `MaxStartups` value is throttling This error usually indicates that SSH daemon's `MaxStartups` value is throttling
SSH connections. This setting specifies the maximum number of concurrent, unauthenticated SSH connections. This setting specifies the maximum number of concurrent, unauthenticated
connections to the SSH daemon. This affects users with proper authentication connections to the SSH daemon. This affects users with proper authentication
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment