CentOS 配置集群機器之間SSH免密碼登入

2021-08-01 23:56:32 字數 980 閱讀 6551

vi /etc/hosts,用vi編輯hosts檔案,如下:

#127.0.0.1

localhost localhost.localdomain localhost4 localhost4.localdomain4

#::1

localhost localhost.localdomain localhost6 localhost6.localdomain6

192.168.1.160

hadoop01

192.168.1.161

hadoop02

192.168.1.162

hadoop03

192.168.1.163

hadoop04

192.168.1.164 hadoop05

sudo vim /etc/ssh/sshd_config

開啟下面的選項

rsaauthentication yes

pubkeyauthentication yes

authorizedkeysfile .ssh/authorized_keys

sudo service sshd restart

配置問題

檢查配置檔案/etc/ssh/sshd_config是否開啟了authorizedkeysfile選項

檢查authorizedkeysfile選項指定的檔案是否存在並內容正常

目錄許可權問題

~許可權設定為700

~/.ssh許可權設定為700

~/.ssh/authorized_keys的許可權設定為600

sudo

chmod

700 ~

sudo

chmod

700 ~/.ssh

sudo

chmod

600 ~/.ssh/authorized_keys

CentOS上配置LVS DR集群

centos上配置lvs dr集群 3臺集群伺服器作業系統 centos 5.5 x86 1臺客戶端作業系統 windows 2008 x64 lvs集群使用dr模式,1個ds director server 2個rs real server 路由只有乙個,routea routeb。上圖中的gw為...

centos單機安裝k8s集群

1.關閉防火牆 2.安裝etcd,k8s 3.處理可能出現的錯誤 3.1 docker配置檔案為 etc sysconfig docker,其中options的內容為 3.2 刪除配置serviceaccount 4.編寫啟動指令碼 4.1 編寫啟動指令碼 vim startk8s.sh bin b...

搭建集群,配置機器,建立集群,與python互動

總結 三個 件的配置區別在port pidfile cluster config file三項 redis server 7000.conf redis server 7001.conf redis server 7002.conf 檢視程序如下圖 總結 三個 件的配置區別在port pidfile...