共计 830 个字符,预计需要花费 3 分钟才能阅读完成。
本篇内容主要讲解“RAC 主机配置 ssh 互信的方法教程”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让丸趣 TV 小编来带大家学习“RAC 主机配置 ssh 互信的方法教程”吧!
node1
[oracle@node1 ~]$ ssh-keygen -t rsa
[oracle@node1 ~]$ ssh-keygen -t dsa
[oracle@node1 ~]$ cd .ssh
[oracle@node1 ssh]$ cat *.pub authorized_keys
node2
[oracle@rac2 ~]$ ssh-keygen -t rsa
[oracle@rac2 ~]$ ssh-keygen -t dsa
node1
[oracle@rac1 ssh]$ scp authorized_keys node2:/home/oracle/.ssh/
node2
[oracle@rac2 ~]$ cd .ssh
[oracle@rac2 ssh]$ cat *.pub authorized_keys
[oracle@rac2 ssh]$ scp authorized_keys node1:/home/oracle/.ssh/
验证等效性
[oracle@node1 ~]$ ssh node1 date
[oracle@node1 ~]$ ssh node1-priv date
[oracle@node1 ~]$ ssh node1 date
[oracle@node1 ~]$ ssh node1-priv date
[oracle@node2 ~]$ ssh node2 date
[oracle@node2 ~]$ ssh node2-priv date
[oracle@node2 ~]$ ssh node2 date
[oracle@node2 ~]$ ssh node2-priv date
到此,相信大家对“RAC 主机配置 ssh 互信的方法教程”有了更深的了解,不妨来实际操作一番吧!这里是丸趣 TV 网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!