Connecting to your Server Print

  • 0

 

  1. Open an SSH client. (find out how to connect using PuTTY)
  2. Locate your private key file (YourKeyfile.pem). The wizard automatically detects the key you used to launch the instance.
  3. Your key must not be publicly viewable for SSH to work. Use this command if needed:chmod 400 YourKeyFile.pem
  4. Connect to your server using:

Example:

ssh -i "YourKeyfile.pem" root@yourmainip


Was this answer helpful?

« Back