配置/etc/ssh/sshd_config
文件:
通过配置登录禁止的方式,俗称加固。下面是常用的加固内容:
- PermitEmptyPasswords no 禁止空口令登录(ssh直接远程登录)
- PermitRootLogin no 禁止root远程登录
- Banner none 禁止显示登录信息
- PubkeyAuthentication no 禁止使用公钥验证
根据自己的需求进行设置!
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
配置/etc/ssh/sshd_config
文件:
通过配置登录禁止的方式,俗称加固。下面是常用的加固内容:
根据自己的需求进行设置!