Skip to main content Skip to complementary content

Configuring Gitblit using SSH authentication

This article describes how to configure Gitblit with Talend Administration Center using SSH authentication.

Before you begin

You have installed and configured Git as explained in the Talend installation guide.

About this task

This was tested on the following architecture:
  • Talend Administration Center installed on Windows
  • Git installed on a Linux box

Procedure

  1. Use the following command to add the public key in the authorized_keys file located in your .ssh folder:
    cat id_rsa.pub >> authorized_keys
  2. Set the permission using the following command:
    chmod 600 id_rsa.pub
  3. Download Gitblit from http://gitblit.com.
  4. Install Tomcat and deploy the Gitblit war file.
  5. Use the following command to add the git server as known_hosts:
    ssh -l <git_username> -p 29418 <git_server>.

    Run the same command on the server hosting Talend Administration Center as well to create the known_hosts file.

  6. Open Gitblit with the following address: https://servernName:port/<war_file_name>.
  7. Use the default username and password (admin/admin) to log in:
  8. Click the arrow at the left corner and select my profile to set up the SSH key for your user.
  9. Paste the content of the public key into the key field and save it:
  10. Add the connection information to Talend Administration Center: go to > Settings > Configuration > Git and enter the SSH URL in the Git server url field.

    In this configuration, Username and Password fields may remain empty. For more information, follow the procedure described in Setting up Git parameters.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!