1.安装ssh服务:apt-get install openssh-server

2.检测ssh开启状态:ps -e | grep ssh

3.启动ssh:/etc/init.d/ssh start

4.修改ssh配置文件:vi /etc/ssh/ssh_config

相关文章:

  • 2022-01-18
  • 2021-10-11
  • 2022-12-23
  • 2021-10-17
  • 2021-07-18
  • 2021-10-21
  • 2021-05-25
猜你喜欢
  • 2021-08-18
  • 2021-11-14
  • 2021-10-31
  • 2022-02-05
  • 2022-12-23
  • 2021-07-05
  • 2021-11-23
相关资源
相似解决方案