优化SSH配置(一键完成增加若干参数)
Posted confusedren
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了优化SSH配置(一键完成增加若干参数)相关的知识,希望对你有一定的参考价值。
更改ssh服务远程登录的配置。主要的操作是在ssh的配置文件加入下面5行文本到第13行前。(下面参数的具体含义见其他课程。)
Port 52113
PermitRootLogin no
PermitEmptyPasswords no
UseDNS no
GSSAPIAuthentication no
[[email protected] ~]# sed ‘13i Port 52113
PermitRootLogin no
PermitEmptyPasswords no
UseDNS no
GSSAPIAuthentication no‘ 1.txt
1
2
3
4
5
6
7
8
9
10
11
12
Port 52113
PermitRootLogin no
PermitEmptyPasswords no
UseDNS no
GSSAPIAuthentication no
13
14
15
16
17
18
19
20
[[email protected] ~]#
以上是关于优化SSH配置(一键完成增加若干参数)的主要内容,如果未能解决你的问题,请参考以下文章