zoukankan      html  css  js  c++  java
  • 学习笔记之SSH & MobaXterm

    Secure Shell - Wikipedia

    • https://en.wikipedia.org/wiki/Secure_Shell
    • Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network.[1] The best known example application is for remote login to computer systems by users.

    MobaXterm free Xserver and tabbed SSH client for Windows

    • https://mobaxterm.mobatek.net/
    • Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more

    如何使用MobaXterm_百度经验

    • https://jingyan.baidu.com/article/86f4a73e98c37137d65269ce.html

    How to ssh to server via MobaXterm ?

    • $ ssh-keygen
    • $ ssh-copy-id my_id@server.org
      • ...
      • Are you sure you want to continue connecting (yes/no)? yes
      • ...
    • $ ssh my_id@server.org 
    • MobaXterm - Edit Session - Specify username - my_id
  • 相关阅读:
    01
    py5.30
    py 5.28
    py5.25
    py 5.24
    py 5.22
    py5.21
    py 5.18
    py 5.17
    py 5.16
  • 原文地址:https://www.cnblogs.com/pegasus923/p/8879535.html
Copyright © 2011-2022 走看看