There are different way and different level of communication between window and Linux, such as VNC and rdesktop for GUI login ( like mstsc for window platform).

But the other way ssh is much easier to  use.

 Window install ssh server (such  FreeSSHd ) and start the ssh server, so the

  


Windows
Cywin
with install SSH server
                        
Linux with ssh

                                                       

                                                <=========>   


Note:

1.the windows machine install Cywin will make the window can run a lot of Linux

command.

2. use  "ssh username@IP  " will login the other machine.

In practice ,the above model is very effective .  You can run some commands or scripts without  switching between two machine. Even you can use ssh in script.

相关文章:

  • 2021-07-25
  • 2021-09-30
  • 2021-09-23
  • 2021-12-26
  • 2022-01-04
  • 2021-09-17
  • 2021-06-18
  • 2021-10-08
猜你喜欢
  • 2021-08-24
  • 2021-09-07
  • 2021-11-20
  • 2021-11-18
  • 2021-07-12
  • 2022-01-13
  • 2021-10-16
相关资源
相似解决方案