美文网首页
黑猴子的家:Centos 实现 Xshell 效果

黑猴子的家:Centos 实现 Xshell 效果

作者: 黑猴子的家 | 来源:发表于2022-05-26 16:35 被阅读0次

可以通过 tabby 开源软件实现,也可以使用如下方案

1、生成公钥私钥

[root@hadoop101 ~]# ssh-keygen -t rsa

2、拷贝公钥到目标主机

[root@hadoop101 ~]# ssh-copy-id hadoop102

3、映射别名

[root@hadoop101 ~]# alias hadoop102="ssh root@hadoop102"

4、查看映射别名

[root@hadoop101 ~]# alias

5、连接hadoop102

[root@hadoop101 ~]# hadoop102
[root@hadoop102 ~]# 

相关文章

网友评论

      本文标题:黑猴子的家:Centos 实现 Xshell 效果

      本文链接:https://www.haomeiwen.com/subject/bnzuprtx.html