Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
有没有类似Xmanager的ssh软件呀
Apps Section
1962
views ·
8
replies ·
To
floor
Go
po_po1
deepin
2018-04-25 23:37
Author
需要通过ssh联接服务器,进行终端访问和文件传输,putty感觉不好用。
wine一个Xmanager失败了。
Reply
Like 0
Favorite
View the author
All Replies
po_po1
deepin
2018-04-25 23:39
#1
那个remmina还连不上
Reply
Like 0
View the author
JJRDC
deepin
2018-04-26 00:26
#2
系统自带终端,命令行操作ssh username@server
或者安装商店里的gFTP,协议可以ssh,可以ftp
Reply
Like 0
View the author
solarflare
deepin
2018-04-26 00:37
#3
本帖最后由 solarflare 于 2018-4-25 16:39 编辑
Remmina也不可以吗……那就不知道了(我没用过,一般连远程都是直接命令行)
话说从原理上讲,xorg在设计的时候就贯通了本地图形界面和远程图形界面,不用特意装第三方程序吧?
Reply
Like 0
View the author
muzilee
deepin
2018-04-26 01:06
#4
用SecureCRT for Linux一直在用,很好用,支持4K屏,打开速度比在windows10上快。
Reply
Like 0
View the author
zhengxiaochuang
deepin
2018-04-26 01:26
#5
filezilla 蛮好用的
Reply
Like 0
View the author
Comments
yutent
2018-04-26 04:29
1024
iseric
deepin
2018-04-26 03:02
#6
mkdir ~/.ssh
touch ~/.ssh/config
nano ~/.ssh/config
Copy the Code
内容如下
(请删除所有注释)
Host YourHostName #主机别名
HostName xxx.com #主机IP/地址
IdentityFile ~/Documents/id_rsa.key #密钥文件位置,若无需密钥文件则删除此行
Port xxx #端口
User eric #用户名
Copy the Code
写好配置之后就可以直接
ssh YourHostName
scp YourHostName:~/something ~
scp ~/something YourHostName:~/
Copy the Code
这样来连接了,方便,简洁,优雅
Reply
Like 0
View the author
Comments
po_po1
2018-09-03 18:49
多谢
pikachuhy
deepin
2018-04-26 03:12
#7
用深度自己终端 写得非常好 功能也很好
Reply
Like 0
View the author
186******26
deepin
2018-04-26 18:00
#8
官方曾推荐electerm。
https://github.com/electerm/electerm
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
wine一个Xmanager失败了。