暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
linux 7 配置互相和ntp时间同步.docx
41
6页
1次
2023-12-01
10墨值下载
gbase
ssh
(1)
gbase
[root@JiekeXu ~]# su - gbase
(2)
[gbase@JiekeXu ~]$ mkdir ~/.ssh
[gbase@JiekeXu ~]$ chmod 700 ~/.ssh
(3)
[gbase@JiekeXu ~]$ ssh-keygen -t rsa
(4)
yes
gbase
copy
令。
$ ssh-copy-id gbase@192.168.32.31
$ ssh-copy-id gbase@192.168.32.32
$ ssh-copy-id gbase@192.168.32.33
authorized_keys
[gbase@JiekeXu ~]$ cat ~/.ssh/authorized_keys
(5)
ssh
ssh gbase@hostip
for h in jiekexu test19crac1 test19crac2;do
ssh -l gbase -o StrictHostKeyChecking=no $h date;
done
ssh
CRT
--
配置
LoginGraceTime
参数为
0,
timeout wait
设置为无限制
cp /etc/ssh/sshd_config /etc/ssh/sshd_config_`date +"%Y%m%d_%H%M
%S"` && sed -i '/#LoginGraceTime 2m/ s/#LoginGraceTime
2m/LoginGraceTime 0/' /etc/ssh/sshd_config && grep LoginGraceTime
/etc/ssh/sshd_config
--
加快
SSH
登陆速度,禁用
DNS
cp /etc/ssh/sshd_config /etc/ssh/sshd_config_`date +"%Y%m%d_%H%M
%S"` && sed -i '/#UseDNS yes/ s/#UseDNS yes/UseDNS no/'
/etc/ssh/sshd_config && grep UseDNS /etc/ssh/sshd_config
NTP
(1)
NTP
sudo systemctl status ntpd.service
ntp
start
sudo systemctl start
ntpd.service
ntp
yum
ntp
[gbase@JiekeXu etc]$ sudo service ntpd start
Redirecting to /bin/systemctl start ntpd.service
Failed to start ntpd.service: Unit not found.
[root@JiekeXu yum.repos.d]# yum install ntp -y
(2)
NTP
cat /etc/hosts
##############GBase 8c IP ##############
192.168.32.31 JiekeXu
192.168.32.32 test19crac1
192.168.32.33 test19crac2
of 6
10墨值下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论