标签:security linux service ssh最大连接数
1、vi /etc/security/limits.conf
* soft nofile 65535
* hard nofile 65535
* soft nproc 65535
* hard nproc 65535
参照示例,正常修改(Redhat6.4)
2、vi /etc/security/limits.d/90-nproc.conf
* hard nproc 65535
* soft nproc 65535
* hard nproc 65535
* soft nproc 65535
参照示例,正常修改
3、vi /etc/ssh/sshd_config
修改为:uselogin=yes
4、service sshd restart
本文出自 “麻雅军” 博客,谢绝转载!
linux系统修改SSH最大连接数,修改nofile,nproc参数方法
标签:security linux service ssh最大连接数
原文地址:http://9745477.blog.51cto.com/9735477/1773697