1. 修改Linux下面的SSH配置文件
    vi etc/ssh/ssh_config
    修改StrictHostKeyChecking 后面的 askno
    将Linux下的文件传到Windows(SCP)
    1. 使用以下命令:
      scp [LinuxUsername]@[Linux_IP]: [Linux_FilePath] [Windows_Path]
      示例:
      scp [email protected]:/root/test D:\

相关文章:

  • 2021-08-31
  • 2021-11-23
  • 2022-02-27
  • 2021-12-14
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2021-10-10
  • 2021-12-28
  • 2022-12-23
  • 2021-08-01
  • 2021-11-23
  • 2021-11-23
相关资源
相似解决方案