zoukankan      html  css  js  c++  java
  • Communication tool between Windows and Linux by ssh


    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.

  • 相关阅读:
    【Scrum】2.18
    【scrum】2.22
    绿色软件 Vs 安装软件
    【Scrum】2.21
    【scrum】2.15
    读《design pattern》有感
    让广告再播一会儿~
    Qt::日志处理
    终于在博客园开通了
    惹毛程序员的十件事
  • 原文地址:https://www.cnblogs.com/zhyg6516/p/1641517.html
Copyright © 2011-2022 走看看