当前位置:网站首页>SFTP upload error: com.jcraft.jsch JSchException: connection is closed by foreign host
SFTP upload error: com.jcraft.jsch JSchException: connection is closed by foreign host
2022-07-29 03:38:00 【Gusu Leng】
By default ,SSH The number of connections is This configuration :
MaxStartups The default setting is 10:30:60 It means : From 10 Connections begin with 30% Probability ( Increasing ) Reject new connection , Until the number of connections reaches 60 until .
So when the number of connections becomes larger , The failure rate will become very high .
1) modify /etc/ssh/sshd_config Medium MaxStartups, Change it to MaxStartups 100:30:500
Restart the service , stay centos7 in :service sshd restart
Problem solving ! It can support high concurrency connections .
边栏推荐
- Android view system and custom view Series 1: (kotlin version)
- Matlab learning - accumulation of small knowledge points
- I.MX6U-驱动开发-2-LED驱动
- MOS tube - rapid recovery application notes (II) [parameters and applications]
- How to solve the time zone problem in MySQL timestamp
- web-uploader不能多文件上传
- Military product development process - transition phase
- Machine learning [numpy]
- 今晚7:30 | 连界、将门、百度、碧桂园创投四位大佬眼中的AI世界,是继续高深还是回归商业本质?...
- Why do many programmers hate pair programming?
猜你喜欢

Machine learning based on deepchem

(codeforce547) c-mike and foam
![LeetCode 1331 数组序号转换[Map] HERODING的LeetCode之路](/img/be/d429d0c437dc5ed7cb4448e223a83a.png)
LeetCode 1331 数组序号转换[Map] HERODING的LeetCode之路

Makefile details

Matlab learning -- structured programs and user-defined functions

Connect with third-party QQ login

Violence recursion to dynamic programming 01 (robot movement)

Rongyun IM & RTC capabilities on new sites

Tonight at 7:30 | is the AI world in the eyes of Lianjie, Jiangmen, Baidu and country garden venture capital continue to be advanced or return to the essence of business

RHCE's at, crontab's basic operations, the Chrony service, symmetric encryption and asymmetric encryption
随机推荐
Easy to use remote sensing data set download website~~~
Idea configuration web container and war packaging
Deep into C language (1) -- operators and expressions
three.js 第五十四用如何给shader传递结构体数组
(newcoder 15079) irrelevant (inclusion exclusion principle)
04 | background login: login method based on account and password (Part 1)
数字孪生实际应用案例-智慧能源篇
3.1 common neural network layer (I) image correlation layer
Overestimated test driven development?
机器学习【Numpy】
Simple code implementation of decision tree
VISO fast rendering convolution block
C obtains JSON format data asynchronously from the web address
AI platform, AI midrange architecture
深入C语言(3)—— C的输入输出流
i. MX 8m plus integrated dedicated neural processing engine (NPU)
What you see and think in Microsoft
[technology 1]
Bingbing learning notes: operator overloading -- implementation of date class
Naive Bayes -- continuous data