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

2022-05-26  本文已影响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 ~]# 
上一篇 下一篇

猜你喜欢

热点阅读