Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 671 Bytes

SSH_Public_Key.rst

File metadata and controls

19 lines (11 loc) · 671 Bytes

Generating SSH Public Key

Perform the below mentioned procedure to generate the SSH public key.

  1. Navigate to SSH Generation. A page with the 4.3 Git on the Server - Generating Your SSH Public Key section opens.

  2. Run the commands mentioned below.

    • $ cd ~/.ssh
    • $ ssh-keygen -o

    The key is generated successfully.

  3. Copy the generated key, and navigate to SSH and GPG Keys.

  4. Click New SSH Key, and paste the key that you had copied.

  5. Select Enable SSO from the drop-down list.