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:
ssh-keygen -t rsa
Enter file in which to save the key (~/.ssh/id_dsa
)
On Windows: