carious

Ubuntu安装openssh
1.更新源列表

sudo apt-get update

2.安装openssh

sudo apt-get install openssh-server

3.查看ssh服务是否启动

sudo ps -e |grep ssh	# sshd服务是否开启,开启说明启动成功

4.配置文件修改 "/etc/ssh/sshd_config"

vim /etc/ssh/sshd_config

5.查看IP地址

sudo ifconfig

6.使用Putty连接

分类:

技术点:

相关文章:

  • 2021-10-04
  • 2022-12-23
  • 2021-12-26
  • 2021-08-07
  • 2021-05-18
  • 2021-09-07
  • 2021-12-29
  • 2021-12-30
猜你喜欢
  • 2021-07-16
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案