开发者

In SSHD Configuration what does "MaxStartups 10:30:60" mean? [closed]

开发者 https://www.devze.com 2023-02-07 03:22 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 9 years ago.

Improve this question

Problem Is: Some SFTP connections are failing in customer environme开发者_StackOverflow中文版nt But using sample code if i test with same server no connection is failed. may be in customer envi many parallel sftp connection started at a time.

I Want to know what is the meaning of MaxStartups 10:30:60

In the above i know only 10 , which means maximum unauthenticated ssh connection allowed. means at same time 12 sssh connection request comes 2 request fail and 10 success.

What is the mean of 30 and 60 ?


I Want to know what is the meaning of MaxStartups 10:30:60?

10: Number of unauthenticated connections before we start dropping

30: Percentage chance of dropping once we reach 10 (increases linearly for more than 10)

60: Maximum number of connections at which we start dropping everything

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号