Linux 下配置 hosts 并设置免密登录作者:Grey
原文地址:
博客园:Linux 下配置 hosts 并设置免密登录
CSDN:Linux 下配置 hosts 并设置免密登录
说明实现 Linux 下(基于 CentOS 7)两个节点之间进行免密登录 。
环境操作系统:CentOS 7
下载地址
安装说明
需要准备两个节点,一个是 master 节点,另一个是 slave 节点 。
其中 master 节点的 IP:192.168.100.130
slave 节点的 IP:192.168.100.131
操作步骤首先,配置 hosts,在 master 节点上,执行如下命令设置 hostname
hostnamectl set-hostname master
然后执行
vi /etc/hosts
添加如下两行
192.168.100.130 master192.168.100.131 slave
在 slave 节点上,执行如下命令设置 hostname
hostnamectl set-hostname slave
然后执行
vi /etc/hosts
添加如下两行
192.168.100.130 master192.168.100.131 slave
在 master 下执行
ssh-keygen -t rsa
一路回车,
然后在 master 上执行
ssh-copy-id master
输入 yes,然后回车 , 接着输入 root 密码,然后会得到如下日志
Number of key(s) added: 1Now try logging into the machine, with:"ssh 'master'"and check to make sure that only the key(s) you wanted were added.
验证一下,在 master 节点执行
ssh master
可以免密登录
[root@master kafka]# ssh masterLast login: Mon Oct 17 21:06:18 2022 from 192.168.100.1
在 slave 下执行
ssh-keygen -t rsa
一路回车,
然后在 slave 上执行
ssh-copy-id slave
输入 yes,然后回车 , 接着输入 root 密码,然后会得到如下日志
Number of key(s) added: 1Now try logging into the machine, with:"ssh 'slave'"and check to make sure that only the key(s) you wanted were added.
验证一下,在 slave 节点执行
ssh slave
可以免密登录
[root@master kafka]# ssh slaveLast login: Mon Oct 17 21:06:18 2022 from 192.168.100.1
在 slave 上执行
ssh-copy-id master
输入 yes,然后回车,接着输入 master 节点的 root 密码,然后会得到如下日志
Number of key(s) added: 1Now try logging into the machine, with:"ssh 'master'"and check to make sure that only the key(s) you wanted were added.
测试一下 , 在 slave 下执行
ssh master
免密登录成功
[root@slave ~]# ssh masterLast login: Mon Oct 17 21:51:12 2022 from master[root@master ~]#
同理,在 master 上执行
ssh-copy-id slave
输入 yes , 然后回车,接着输入 slave 节点的 root 密码,然后会得到如下日志
Number of key(s) added: 1Now try logging into the machine, with:"ssh 'slave'"and check to make sure that only the key(s) you wanted were added.
测试一下,在 master 下执行
ssh slave
【Linux 下配置 hosts 并设置免密登录】免密登录成功
[root@master kafka]# ssh slaveLast login: Mon Oct 17 21:58:29 2022 from slave[root@slave ~]#
这样就实现了两个节点的免密登录 。
推荐阅读
- 地下城堡2:黑暗觉醒图28漩涡之底怎么通关
- iQOO Z5参数_iQOO Z5参数配置
- Ubuntu 环境下安装 Docker
- 【linux】 第1回 linux运维基础
- 为什么下的轩辕剑7没有安装程序 轩辕剑7流程
- VS Code For Web 深入浅出 -- 导读篇
- Linux 下搭建 Kafka 环境
- 28 《吐血整理》高级系列教程-吃透Fiddler抓包教程-Fiddler如何抓取Android7.0以上的Https包-下篇
- 红米Watch2配置_红米Watch2配置介绍
- ipadmini6参数_ipadmini6配置参数