> 文章列表 > User accounts with SSH access to Amazon EC2 Linux instance

User accounts with SSH access to Amazon EC2 Linux instance

User accounts with SSH access to Amazon EC2 Linux instance

文章目录

  • 一、Need to prepare ssh remote connection tool
  • 二、Enter the command and submit the pem file
  • 三、Access successful and operation performed

一、Need to prepare ssh remote connection tool

  • For example, using XSHELL
    User accounts with SSH access to Amazon EC2 Linux instance

二、Enter the command and submit the pem file

  1. The command format is as follows: ssh -i <username>.pem <username>@<ip>
    User accounts with SSH access to Amazon EC2 Linux instance
  2. Accept host secret key
    User accounts with SSH access to Amazon EC2 Linux instance
  3. Enter account-related informationUser accounts with SSH access to Amazon EC2 Linux instance

三、Access successful and operation performed

  1. Finalization and access to the terminalUser accounts with SSH access to Amazon EC2 Linux instance
  2. Then you can enter commands according to your needs