secureCRT的安装其实超级麻烦
在你想要远程控制的机子里面安装好下面的依赖包
(Python3.6) [email protected]:~$ dpkg --list|grep cockpit
ii cockpit 202.1-1 all Web Console for Linux servers
ii cockpit-bridge 202.1-1 amd64 Cockpit bridge server-side component
ii cockpit-dashboard 202.1-1 all Cockpit remote servers and dashboard
ii cockpit-doc 202.1-1 all Cockpit deployment and developer guide
ii cockpit-networkmanager 202.1-1 all Cockpit user interface for networking
ii cockpit-packagekit 202.1-1 all Cockpit user interface for packages
ii cockpit-storaged 202.1-1 all Cockpit user interface for storage
ii cockpit-system 202.1-1 all Cockpit admin interface for a system
ii cockpit-ws 202.1-1 amd64 Cockpit Web Service
打开:
http://局域网IP:9090
在上面的"连接至"输入局域网的IP,这样就可以管理集群了。
效果如下:
然后就可以不再使用SecureCRT了。