一、简要说明

1、ssh(secure shell,安全外壳协议),该协议有2个常用的作用:远程连接协议、远程文件传输协议。

2、协议使用端口号:默认是22,该端口号是可以被修改的,如果需要修改,则需要修改ssh服务的配置文件 /etc/ssh/ssh_config 

Linux ssh服务

 二、端口所属服务操作

服务启动/停止/重启

#service sshd start/stop/restart

#/etc/init.d/sshd start/stop/restart

Linux ssh服务

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-11-11
  • 2021-05-27
  • 2021-12-10
猜你喜欢
  • 2021-12-25
  • 2021-06-17
  • 2021-11-18
  • 2021-12-03
  • 2022-01-17
  • 2021-10-03
  • 2021-04-26
相关资源
相似解决方案