Remote ssh connection to Windows system


::: The following operations are performed on the target computer ( connected host):::


Check if it can be connected

  1. Win + rOpen and run , enter cmdEnter to open
  2. Execute ssh localhostcheck connection status

Install

  1. Win + iOpen Settings , Apps —> Optional Features —> Add Features
  2. search sshand downloadOpenSSH 服务器
  3. Win + rOpen and run , enter cmdEnter to open
  4. execute net start sshd, start the service
  5. Execute ssh localhostcheck connection status

Configure autostart

  1. Win + rOpen and run , enter services.mscEnter to open
  2. Find OpenSSH SSH Serverright click properties
  3. Change the startup type to automatic
  4. The service status is changed to start
  5. OK , close the page

Guess you like

Origin blog.csdn.net/qq_43377653/article/details/130692431