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.

  • 相关阅读:
    冲刺4
    冲刺3
    冲刺2
    冲刺一
    构建之法阅读笔记04
    数组02开发日志
    进度条第七周
    《构建之法》阅读问题
    软件工程概论第一节
    《大道至简》弟七八章读后感
  • 原文地址:https://www.cnblogs.com/zhyg6516/p/1641517.html
Copyright © 2011-2022 走看看