root权限下 

rpm -qa|grep ssh      --查看ssh安装状态

servic sshd start  --开启ssh服务

servic sshd stop  --关闭ssh服务

servic sshd restart  --重启ssh服务

netstat -antp|grep sshd   --查看ssh服务使用的端口

相关文章:

  • 2021-10-03
  • 2021-08-03
  • 2021-08-24
  • 2022-12-23
  • 2021-11-26
  • 2021-08-20
  • 2021-12-03
  • 2022-01-01
猜你喜欢
  • 2021-08-12
  • 2021-12-26
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案