linux下用什么软件运行console和Telnet,ssh
Tofloor
poster avatar
570792587
deepin
2019-07-09 05:07
Author
linux下用什么软件运行console和Telnet,ssh,windows下用的是SecureCRT,linux用什么软件呢
Reply Favorite View the author
All Replies
avatar
走钢丝
deepin
2019-07-09 05:34
#1
deepin-terminal
Reply View the author
avatar
superendermansm
deepin
2019-07-09 05:41
#2
sudo apt install telnet
Reply View the author
avatar
deepinuser17
deepin
2019-07-09 06:18
#3
不要用telnet, telnet不安全,所有信息都不加密.

用ssh. ssh可以实现所有telnet的功能.

深度初始只安装了openssh-client. 要连接到deepin,安装openssh-server就可以了.
  1. sudo apt install openssh-server
Copy the Code
Reply View the author
avatar
翻过山峰看见云
deepin
2019-07-09 17:36
#4
SecureCRT不是也有linux版本吗。
Reply View the author
avatar
aida
deepin
2019-07-09 18:51
#5
终端
Reply View the author
avatar
570792587
deepin
2019-07-10 04:59
#6
https://bbs.deepin.org/post/180419
SecureCRT不是也有linux版本吗。

找不到破解版,挺痛苦
Reply View the author
avatar
570792587
deepin
2019-07-10 04:59
#7
https://bbs.deepin.org/post/180419
SecureCRT不是也有linux版本吗。

找不到破解版,挺痛苦
Reply View the author
avatar
deepinuser17
deepin
2019-07-10 06:33
#8
在Windows系统上,可以用putty. 下载连接https://www.chiark.greenend.org.uk/~sgtatham/putty/

Putty是免费软件,

在Linux, MacOS, BSD系统上, openssh是系统自带的软件.而且openssh已经是Linux上的标准软件,就像vim. 为啥还要自找麻烦,多此一举,再安装SecureCRT?
Reply View the author
avatar
snsmqing
deepin
2019-07-10 17:21
#9
本帖最后由 snsmqing 于 2019-7-10 09:23 编辑

能用ssh就用ssh,不能用ssh就用console,telnet基本不用。
console的话安装minicom直接在终端里用


使用wine也能运行putty



Reply View the author
avatar
shenqs
deepin
2019-07-10 17:58
#10
连 linux 还有还有比deepin终端更好用的软件吗???
Reply View the author
avatar
linux000
deepin
2019-07-10 18:01
#11
minicom....
Reply View the author
avatar
570792587
deepin
2019-07-11 03:24
#12
https://bbs.deepin.org/post/180419
连 linux 还有还有比deepin终端更好用的软件吗???

我是网络攻城狮,想学linux,对linux没有基础,刚入门不知道怎么用,但是又想用linux来做项目
Reply View the author
avatar
InReality啟
deepin
2019-07-11 04:53
#13
商店里下载Remmina
Reply View the author
avatar
刘艳彬de桌面电脑
deepin
2019-07-14 03:46
#14
终端命令行就行
Reply View the author
avatar
random0901
deepin
2019-07-14 07:58
#15
深度自带的终端就挺好用的,你可以额外安装zsh来进行增强。
Reply View the author