1. 首页
  2. 数据库
  3. 其它
  4. CentOS8的SSH服务连接

CentOS8的SSH服务连接

上传者: 2021-01-14 21:02:34上传 PDF文件 662.65KB 热度 22次
本文讲述通过Windows端的软件SecureCRT通过ssh协议连接VM下的linux centos8。连接的原理图如下: 所以,centos系统上必须安装openssh-server,类似于服务器端。(因为是使用Windows下的软件来访问linux,所以Linux下不需要安装openssh的客户端)openssh-client在Windows下的很多软件中都支持,如上图所示软件,所以本文的重点是配置linux下的ssh服务器。 1.查看centos中是否安装了openssh-server。查看命令:yum list installed | grep openssh-server 上图显
用户评论