管理员您好,可不可以把Xshell 这个远程管理工具加到deepin
Tofloor
poster avatar
zhangsir
deepin
2017-09-20 21:31
Author
本帖最后由 zhangsir 于 2017-9-22 17:04 编辑

如题,我是一名运维开发人员,经常操作管理服务器,Xshell 是一款优秀的远程ssh管理工具,我希望您可以把这个工具加到deepin中,谢谢。
因为我的服务器是通过内网socks5代理连接的。谢谢大家回复,我知道ssh是可以配置socks5代理,我这个帖子的本意是想说不如Xshell方便嘛,呵呵大家多交流。

Reply Favorite View the author
All Replies
1 / 2
To page
avatar
aName
deepin
2017-09-20 21:47
#1
你确定你想表达的意思是“集成” ……?
Reply View the author
avatar
jingle
deepin
2017-09-20 21:50
#2
Reply View the author
avatar
jingle
deepin
2017-09-20 21:54
#3
MobaXterm  或者这个 直接crossover安装貌似运行没有啥问题
https://bbs.deepin.org/post/145543
Reply View the author
avatar
zouqilin
deepin
2017-09-20 21:58
#4
linux还需要这种东西?
Reply View the author
avatar
zouqilin
deepin
2017-09-20 21:59
#5
不专业的运维啊
Reply View the author
avatar
要讲武德
deepin
2017-09-20 22:01
#6
远程管理机器 终端还是弱了点.  xshell +1
Reply View the author
avatar
jingle
deepin
2017-09-20 22:07
#7
https://bbs.deepin.org/post/145780
远程管理机器 终端还是弱了点.  xshell +1

http://www.netsarang.com/forum/x ... type=0&s_text=linux 可惜没有linux版本
Reply View the author
avatar
prozhou_new
deepin
2017-09-20 22:53
#8
希望deep-terminal加上跳转机的概念,可以通过跳板机登录内网
Reply View the author
avatar
SoftCat
deepin
2017-09-20 23:05
#9
xshell和xftp有个人免费版,wine一下也是不错的。不过我不太懂wine,没成功过。
Reply View the author
avatar
jingle
deepin
2017-09-20 23:21
#10
https://bbs.deepin.org/post/145780
xshell和xftp有个人免费版,wine一下也是不错的。不过我不太懂wine,没成功过。 ...

https://www.vandyke.com/download/vshell/download.html 这个呢
Reply View the author
avatar
zhangsir
deepin
2017-09-22 19:15
#11
https://bbs.deepin.org/post/145780
你确定你想表达的意思是“集成” ……?

哈哈,就是想让deepin加上这个工具
Reply View the author
avatar
zhangsir
deepin
2017-09-22 19:17
#12
https://bbs.deepin.org/post/145780
https://bbs.deepin.org/post/43828

您好,深度终端不错,可不可以加一个功能,因为我们的服务器是内网通过sock5代理来连接的,咱们的深度终端好像不支持sock5代理这种远程连接啊
Reply View the author
avatar
zhangsir
deepin
2017-09-22 19:18
#13

因为我们的服务器是内网通过sock5代理来连接的,咱们的深度终端好像不支持sock5代理这种远程连接啊
Reply View the author
avatar
zhangsir
deepin
2017-09-22 19:19
#14

呵呵,我们的服务器是内网通过sock5代理才能ssh远程,xshell比较方便
Reply View the author
avatar
jingle
deepin
2017-09-22 19:47
#15
https://bbs.deepin.org/post/145780
呵呵,我们的服务器是内网通过sock5代理才能ssh远程,xshell比较方便

我的链接回复了,官方没有linux版本,wine的效果不好

启动器里面集成的应用wine只能是qq 其他的不会集成
Reply View the author
avatar
DebuggerX
deepin
2017-09-22 20:17
#16
https://bbs.deepin.org/post/145780
因为我们的服务器是内网通过sock5代理来连接的,咱们的深度终端好像不支持sock5代理这种远程连接啊 ...

这有什么支持不支持的呢……
用这个命令行工具可以让程序走代理,所以只要正常打开终端以后输入
  1. proxychains deepin-terminal
Copy the Code

这样打开的新终端就相当于处于了sock代理中的状态了
Reply View the author
avatar
zhangsir
deepin
2017-09-22 23:03
#17
本帖最后由 zhangsir 于 2017-9-22 16:55 编辑
https://bbs.deepin.org/post/145780
这有什么支持不支持的呢……
用这个命令行工具可以让程序走代理,所以只要正常打开终端以后输入

谢谢回复,ssh是可以配置socks5,我这个帖子的本意是想说不如Xshell方便嘛,呵呵大家多交流
Reply View the author
avatar
moli3
deepin
2017-09-22 23:31
#18
https://bbs.deepin.org/post/145780
哦? 我试试看,谢谢回复

朋友,建议你看下 http://blog.csdn.net/asx20042005/article/details/7041294
这篇文章,作为运维使用linux要学会自己配置相关东西。
Reply View the author
avatar
Feng Yu
deepin
2017-09-23 00:33
#19
我也遇到过这类的需求,我是自给自足写脚本登录的。

对于跳板机,可以配置~/.ssh/config,指定目标主机使用socks5代理访问,这个一点都不难。

作为运维人员,ssh肯定玩的666,这个不用我多说
Reply View the author
avatar
zhangsir
deepin
2017-09-23 00:53
#20
https://bbs.deepin.org/post/145780
我也遇到过这类的需求,我是自给自足写脚本登录的。

对于跳板机,可以配置~/.ssh/config,指定目标主机使 ...

谢谢回复,ssh是可以配置socks5,我这个帖子的本意是想说不如Xshell方便嘛,呵呵大家多交流
Reply View the author
1 / 2
To page