相关文章推荐
/

2. Create an SSH2-RSA Keypair

Create an SSH2-RSA Keypair for instances


This Keypair will be used for Instance Authorizing Operations Across All Regions

The public key is used to start manual instances, such as for Red5 Pro node image creation and Stream Manager instance setup. The dynamic instances will use a username and a password for securing the instances.

Generate Your SSH2-RSA Key Pair:

On Mac/Linux:

  • Open Terminal
  • Type: ssh-keygen -t rsa
  • Accept the default path and modify the file name if you wish ( Enter file in which to save the key (~/.ssh/id_dsa )
  • Enter a passphrase and confirm (make sure this is SECURE, and noted somewhere for future reference)
  • Private and public keys will be generated
  • On Windows:

  • Download and run PuTTYgen
  •  
    推荐文章