ssh服务器配置文件优化
ssh的服务器端配置文件路径为/etc/ssh/sshd_config
可优化一下参数:
Port 9527#生产中建议改,防止攻击
UseDNS no#禁止反向DNS解析
GSSAPIAuthentication no#提高速度,改为no
#PubkeyAuthentication yes#基于key验证
PasswordAuthentication yes#允许密码登录
PermitEmptyPasswords no#禁止空连接
PermitRootLogin no#禁止root登录
#ClientAliveInterval 60
#ClientAliveCountMax 0#60s空闲自动端口