Delphix Products

 View Only

Tip of the Day: Using Public Key Encryption

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Using Public Key Encryption

    Posted 08-05-2014 03:09:00 PM
    No replies, thread closed.
    1. If you want to use public key encryption for logging into your environment, select Public Key for the Login Type, and then click View Public Key.
    2. Copy the public key that is displayed, and append it to the end of your ~/.ssh/authorized_keys file. If this file does not exist, you will need to create it. 
      1. Run chmod 600 authorized_keys to enable read and write privileges for your user.
      2. Run chmod 755 ~ to make your home directory writable only by your user.
    3. The public key needs to be added only once per user and per environment.

    #delphix_tips
    #encryption
    #faq
    #public_key
    #delphix