We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b378fdd commit 69984bfCopy full SHA for 69984bf
Was-Hacked.md
@@ -78,7 +78,14 @@ TOTAL:(总的流量) 12.9GB 229Mb 190Mb 193Mb
78
- 如果安全度要更高,可以考虑禁用口令登录,采用私钥/公钥方式:`vim /etc/ssh/sshd_config`
79
- 设置属性:PasswordAuthentication 为 no
80
- 如果还要限制指定 IP 登录,可以考虑编辑:hosts.allow 和 hosts.deny 两个文件
81
-
+- 重要系统软件更新(更新之前最好先做好系统镜像或是快照,以防万一):
82
+ - yum update kernel
83
+ - yum update kernel-devel
84
+ - yum update kernel-firmware
85
+ - yum update kernel-headers
86
+ - yum update openssh
87
+ - yum update openssh-clients
88
+ - yum update openssh-server
89
90
91
## 资料
0 commit comments