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
  • 相关阅读:
    小球与盒子的故事
    2020.1.11 考试总结
    P4249 [WC2007]剪刀石头布
    P3825 [NOI2017]游戏
    BZOJ 2238 Mst
    P4240 毒瘤之神的考验
    生成函数(严重残缺)
    Min_25
    P3455 [POI2007]ZAP-Queries
    P3233 [HNOI2014]世界树
  • 原文地址:https://www.cnblogs.com/AloneSword/p/3801477.html
Copyright © 2011-2022 走看看