大神们推荐几款能替代Xshell的软件不?
Tofloor
poster avatar
code nxj
deepin
2019-10-22 09:24
Author
要支持批量管理服务器的最好,还有快捷命令
Reply Favorite View the author
All Replies
avatar
WENWEN
deepin
2019-10-22 16:28
#1
Reply View the author
avatar
Skycat
deepin
2019-10-22 18:32
#2
finalshell 不知道符合你要求不
Reply View the author
Comments
zhangqi222
2019-10-23 18:43
推荐这个。
avatar
tjw4521
deepin
2019-10-22 18:40
#3
SecureCRT+FX
Reply View the author
avatar
189******18
deepin
2019-10-22 18:50
#4
MobaXterm  非常好用
Reply View the author
avatar
guaiwawa09
deepin
2019-10-22 18:58
#5
https://bbs.deepin.org/post/184090
MobaXterm  非常好用

中文乱码让你痛不欲生。。。。
Reply View the author
avatar
timesnewmen
deepin
2019-10-22 19:06
#6
https://bbs.deepin.org/post/184090
https://github.com/electerm/electerm

这个支持多窗口同时发送命令吗?
Reply View the author
avatar
Sun
deepin
2019-10-23 06:25
#7
可是看看 PSSH 这个小工具,小工具由python编写,该工具可以根据配置文件多个线程的对多个服务器执行命令,文件传输.最早是在  google code里面 https://code.google.com/archive/p/parallel-ssh/downloads

github 也有类似的转载 https://github.com/robinbowes/pssh
Reply View the author
avatar
deepinfun
deepin
2019-10-23 18:29
#8
既然需要用到这个,说明就也是个程序员吧,程序员还是要自己手工解决问题的。我的方案是:
sshpass+终端。
首先安装sshpass;

其次写个脚本
if [ $# -ne 1 ];then
    echo "should be input which will be connect [sshlogin name]"
    echo ''
    echo "name: "   
    echo ''
   
    echo "remoteName"
   
    echo ''
    exit 0
fi

case $1 in
    remoteName)
        export LANG=c  ## 根据远程机器的字符编码修改这个,要本地和远程一样才不会乱码,并且连接上之后,再修改deepin终端的编码
        sshpass -p 密码 ssh 用户名@IP
        ;;
    show)
        echo "remoteName"
        exit 0
        ;;
    *)
        echo "WRONG NAME"
        ;;
esac
export LANG=zh_CN.UTF-8     ##根据需要,退出远程时候,是否需要重设本地字符集 ,然后再修改deepin终端的编码

想方便使用,把这个脚本单独放个目录,然后这个目录加到path里面,方便随时使用。
Reply View the author
avatar
ghostry
deepin
2019-10-23 18:47
#9
一 直 在 用  s s h,s c p 的 路 过.
Reply View the author
avatar
老张allif
deepin
2019-10-23 18:49
#10
finalshell用着还行,只是没有你说的那两个要求。
Reply View the author
avatar
135******12
deepin
2019-10-23 18:55
#11
https://bbs.deepin.org/post/184090
finalshell 不知道符合你要求不

开始时觉得挺好,但越用越捉狂
Reply View the author
avatar
135******12
deepin
2019-10-23 18:57
#12
我安装了好多各种各样的终端,,最后还是用回深度自带的....
Reply View the author
avatar
蓝胖子
deepin
2019-10-23 19:30
#13
Remmina考虑一下
Reply View the author
avatar
Skycat
deepin
2019-10-23 20:01
#14
https://bbs.deepin.org/post/184090
开始时觉得挺好,但越用越捉狂

我轻度使用,非运维 感觉还好 有分组管理证书登录支持隧道这些基本功能就OK了 主要是这货java开发的 免费跨平台
Reply View the author
avatar
落墨
deepin
2019-10-23 23:06
#15
https://bbs.deepin.org/post/184090
finalshell 不知道符合你要求不

这个没有图形界面吧
Reply View the author
avatar
Skycat
deepin
2019-10-23 23:30
#16
https://bbs.deepin.org/post/184090
这个没有图形界面吧


Reply View the author
avatar
落墨
deepin
2019-10-23 23:36
#17

不是这个意思,我是说Xshell 配合Xmanager,可以实现远程查看受控系统的桌面,现在finalshell应该还没有这个功能。
Reply View the author
avatar
coffin
deepin
2019-10-24 00:38
#18
remmina神一般的工具
Reply View the author
avatar
武装拖拉机
deepin
2019-10-24 03:37
#19
mobaXterm和Xshell类似的
Reply View the author