修改文件 /etc/ssh/sshd_config
重启ssh服务
systemctl restart sshd.service
ps aux|head -1;ps aux|grep -v PID|sort -rn -k +3|head
ps -aux | sort -k3nr | head -X
ps aux|head -1;ps aux|grep -v PID|sort -rn -k +4|head
ps -aux | sort -k4nr | head -X