zoukankan      html  css  js  c++  java
  • How to log in to Amazon EC2 using PEM format from SecureCRT

    SecureCRT requires both a private and a public key. Use the supplied key.pem file from EC2 here as your private key only in Windows for SecureCRT rename it to "key." with no file type. Copy this down to a directory on your local Windows machine use it as Your Identity file in SCRT. Now we need a public key. You can create that below by following the bellow steps. Make sure that file has the same name as key. but ends in file type .pub so in other words key.pub. Save that also to your Windows PC in the same directory as the private key file "key.". Note the name does not have to be "key" but both have to be named the same except for the file type.

     

    SecureCRT 6.2 and above:

    Support for Amazon EC2 keys has been implemented in SecureCRT 6.5 beta 2 and later.

    To use the Amazon EC2 private key:

     
    1. Create an SSH2 session
    2. Specify PublicKey as the authentication method in Session Options / SSH2
    3. Set the Amazon EC2 key as the private key to use for the session
      1. Select PublicKey in Session Options / SSH2
      2. Click the Properties button
      3. Select Use session public key setting
      4. Browse to or enter the path to the EC2 private key in the entry box under Use identity or certificate file
    4. Connect to the EC2 server
  • 相关阅读:
    Python open 读和写
    Sublime Text的使用
    解决MySQL Workbench导出乱码问题
    统计学(一)
    pymysql使用(二)
    使用pymysql(使用一)
    2个Excel表格核对技巧
    用Python读写Excel文件的方式比较
    从零上手Python关键代码
    php面试
  • 原文地址:https://www.cnblogs.com/AloneSword/p/3801477.html
Copyright © 2011-2022 走看看