##linux操作系统下执行
sudo apt install ssh      #安装ssh(ubuntu>>apt   centos>>yum) Advanced Packaging Tools是安装包管理工具
sudo systemctl start sshd #启动ssh
sudo ps -e | grep ssh     #查看,如果返回的结果是“xxxx? 00:00:00 sshd”,  ps查看进程信息 
                          #代表服务开启。那个四个x代表四位数字,每台机数字不一样的,如图
#然后windows下执行
ssh  xiaoming@192.168.74.128      #ssh 账户名@ip地址

 

相关文章:

  • 2021-07-05
  • 2022-01-31
  • 2021-11-15
  • 2021-12-25
  • 2021-07-11
  • 2021-04-22
  • 2021-11-24
猜你喜欢
  • 2022-01-23
  • 2021-12-18
  • 2021-11-15
  • 2021-05-28
  • 2021-12-14
  • 2021-08-13
  • 2021-09-30
相关资源
相似解决方案