Generating the Secure Shell (SSH) Key
  • 27 Jun 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Generating the Secure Shell (SSH) Key

  • Dark
    Light
  • PDF

Article Summary

Skylight orchestrator only supports public and private keys in PEM format. However, when generating the SSH key on Ubuntu 20.04, it is not in PEM format.

To generate the SSH Key

  1. Access SSH to the Skylight orchestrator via port 22.

  2. Enter one of two below commands to generate the key:

    • RSA key:
      • PEM format: ssh-keygen -t rsa -m pem -b 2048

      • OpenSSH format: ssh-keygen -t rsa -b 2048
    • ECDSA key: ssh-keygen -t ecdsa -m pem

  3. If prompted to Enter file in which to save the key (/home/visionems/.ssh/id_rsa): enter

  4. If prompted to Enter passphrase (empty for no passphrase); input the password for the key file or enter to empty pass.

  5. If prompted to Enter the same passphrase again; input the password for the key file or enter to empty pass.

After step 5, give the key two files under the location you entered in the third step.


Note: DSA key not supported after release 21.08.1.

© 2024 Accedian Networks Inc. All rights reserved. Accedian®, Accedian Networks®,  the Accedian logo™, Skylight™, Skylight Interceptor™ and per-packet intel™, are trademarks or registered trademarks of Accedian Networks Inc. To view a list of Accedian trademarks visit: http://accedian.com/legal/trademarks/. 


Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.