<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Connecting Qlik Talend with Git + SSH in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Connecting-Qlik-Talend-with-Git-SSH/ta-p/2150767</link>
    <description>&lt;P&gt;This article covers connecting Talend to Git repositories using the SSH protocol. Git is a version control system that Talend supports, similar to SVN. Git can store repositories locally or remotely. The key difference is centralization. In SVN, the Repository is in one centralized location. The advantage with Git is there can be a local copy of a repository, and you can push, pull, clone, and merge not just from a central location, but also from another developer’s code base. You can look at diffs to compare code changes and decide which to keep.&lt;/P&gt;
&lt;P&gt;While using Talend, you may not need to do most of these; you will likely just be cloning, pushing (committing), and pulling from a centralized location (either from a remote URL or a local Git Server installation).&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Requirements&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Git Bash&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git-scm.com/downloads" target="_blank" rel="noopener"&gt;https://git-scm.com/downloads&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Git GUI client (required if using Windows)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git-scm.com/download/gui/windows" target="_blank" rel="noopener"&gt;https://git-scm.com/download/gui/windows&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you are using Windows to house your TAC, then Git Bash or a Git client needs to be installed to create an SSH Key. If you are using Linux, OpenSSH comes automatically with the OS.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;One of the following supported distributions of Git&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Bit Bucket (Talend version 6.2.1+)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://bitbucket.org/product" target="_blank" rel="noopener"&gt;https://bitbucket.org/product&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Git Hub&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/" target="_blank" rel="noopener"&gt;https://github.com/&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Git Lab&lt;/P&gt;
&lt;P&gt;&lt;A href="https://about.gitlab.com/" target="_blank" rel="noopener"&gt;https://about.gitlab.com/&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Talend version 8.&lt;EM&gt;x&lt;/EM&gt; (refer to the license email you received from Qlik Support for your version)&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Operating System Recommendations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Red Hat Linux 7&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.redhat.com/en" target="_blank" rel="noopener"&gt;https://www.redhat.com&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Windows 7&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/software-download/windows7" target="_blank" rel="noopener"&gt;https://www.microsoft.com/en-us/software-download/windows7&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Windows 10&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/windows/" target="_blank" rel="noopener"&gt;https://www.microsoft.com/en-us/windows/&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Connecting to Git with SSH&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Connections to Git must be set up individually for each Talend Studio user. For example, if your team has five developers who wish to connect to SSH-enabled Git from Talend Studio, then all five need to configure Git on their machines. If multiple developers use the same Talend Studio installed on a single machine, then each of them must follow this procedure because each user must have their own SSH keys.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;If any users configured Git on a previous machine, but now are using a new laptop/desktop, they need to configure Git again on the new machine.&lt;/BLOCKQUOTE&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;To verify that an RSA key can be created, open a Git Bash window and run the command:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ssh -v&lt;/PRE&gt;
&lt;P&gt;The output should be similar to the following:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uBanAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124464i8ABBA40742F349BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uBanAAE.png" alt="0693p000008uBanAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;List the contents of the &lt;STRONG&gt;~/.ssh&lt;/STRONG&gt; directory by running the command:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ls -a ~/.ssh&lt;/PRE&gt;
&lt;P&gt;The result should be similar to the following:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;$ &lt;STRONG&gt;ls -a ~/.ssh&lt;/STRONG&gt;
ls: /c/Users/emmap1/.ssh: No such file or directory&lt;/PRE&gt;
&lt;BLOCKQUOTE class="quote"&gt;If a &lt;STRONG&gt;.ssh&lt;/STRONG&gt; folder doesn't exist, you will see a &lt;STRONG&gt;No such file or directory&lt;/STRONG&gt; error. You must create a &lt;STRONG&gt;.ssh&lt;/STRONG&gt; folder under &lt;STRONG&gt;c:\Users\&lt;EM&gt;user&lt;/EM&gt;\.ssh&lt;/STRONG&gt;.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A id="Step_3" target="_blank"&gt;&lt;/A&gt;Type &lt;STRONG&gt;ssh-keygen&lt;/STRONG&gt;. You will be prompted to save the key in the default location: &lt;STRONG&gt;c:\Users\&lt;EM&gt;user&lt;/EM&gt;\.ssh\id_rsa&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Entering a passphrase is optional when prompted. The complete command will look like the following:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;$ &lt;STRONG&gt;ssh-keygen&lt;/STRONG&gt;
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/emmap1/.ssh/id_rsa):
Created directory '/c/Users/emmap1/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/emmap1/.ssh/id_rsa.
Your public key has been saved in /c/users/emmap1/.ssh/id_rsa.pub.
The key fingerprint is: e7:94:d1:a3:02:ee:38:6e:a4:5e:26:a3:a9:f4:95:d4 emmap1@EMMA-PC&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;After the RSA key pair is generated, review the &lt;STRONG&gt;.ssh&lt;/STRONG&gt; folder and verify that the &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; and &lt;STRONG&gt;id_rsa.pub&lt;/STRONG&gt; files are listed:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC6XAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124228iA9346056F4898490/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC6XAAU.png" alt="0693p000008uC6XAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create an SSH config file and add these parameters:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;Host bitbucket.org
 IdentityFile ~/.ssh/id_rsa&lt;/PRE&gt;
&lt;BLOCKQUOTE class="quote"&gt;The space before and after &lt;STRONG&gt;IdentityFile&lt;/STRONG&gt; is required – do not delete this.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In Git Bash, type the following command to add bitbucket and create a &lt;STRONG&gt;known_hosts&lt;/STRONG&gt; file:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ssh -T git@bitbucket.org&lt;/PRE&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you are using Git 2.10 on Windows, there is an issue with &lt;STRONG&gt;ssh-agent&lt;/STRONG&gt; meaning it will not start automatically.&lt;/BLOCKQUOTE&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;To start it in Git Bash, type &lt;STRONG&gt;ssh-agent -s&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Type &lt;STRONG&gt;eval $(ssh-agent)&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Type &lt;STRONG&gt;ssh-add –l&lt;/STRONG&gt;. This should state that you have no identity.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add an identity by typing &lt;STRONG&gt;ssh-add ~/.ssh/id_rsa&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Run &lt;STRONG&gt;ssh-keygen&lt;/STRONG&gt; to overwrite the &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; file. Your ssh-agent was not running when the previous file was created, so an improper key may have been generated as a result.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;From your Git distribution, click your &lt;STRONG&gt;Avatar &amp;gt; Settings&lt;/STRONG&gt;.&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756Ut.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124794i33FD5F3BA8B4FCD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756Ut.png" alt="0EM5b00000756Ut.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Scroll down to the SSH keys portion in the &lt;STRONG&gt;Security&lt;/STRONG&gt; tab.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Bit Bucket&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756Vh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124726i027FFDF98B2980F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756Vh.png" alt="0EM5b00000756Vh.png" /&gt;&lt;/span&gt;&lt;/H4&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Hub&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756W1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124401i356B8D8C4438EB6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756W1.png" alt="0EM5b00000756W1.png" /&gt;&lt;/span&gt;&lt;/H4&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Lab&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756Vr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121936i67D2BE63AA5230E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756Vr.png" alt="0EM5b00000756Vr.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Perform a &lt;STRONG&gt;cat&lt;/STRONG&gt; command on the &lt;STRONG&gt;id_rsa.pub&lt;/STRONG&gt; file:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;cat ~/.ssh/id_rsa.pub&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC8nAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124911i75DE077588440F0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC8nAAE.png" alt="0693p000008uC8nAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Copy the contents of the &lt;STRONG&gt;id_rsa.pub&lt;/STRONG&gt; file and place it into the &lt;STRONG&gt;Key&lt;/STRONG&gt; portion of the &lt;STRONG&gt;SSH Keys&lt;/STRONG&gt; tab. Click &lt;STRONG&gt;Save&lt;/STRONG&gt;.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Bit Bucket&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCDDAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124900i3040547B292F459A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCDDAA2.png" alt="0693p000008uCDDAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Hub&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCAVAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124116iC270A2CEE267D662/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCAVAA2.png" alt="0693p000008uCAVAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Git Lab&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCBDAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122437iC158E816736F140B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCBDAA2.png" alt="0693p000008uCBDAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you are using GIT Bash 2.18 or newer, open the &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; (private key) file in Notepad or any other text file editor. If the key type is &lt;STRONG&gt;OPENSSH&lt;/STRONG&gt; (shown on the first line of the file), then you need to convert the private key to a &lt;STRONG&gt;RSA&lt;/STRONG&gt; type key.&lt;/BLOCKQUOTE&gt;
&lt;PRE class="ckeditor_codeblock"&gt;-----BEGIN OPENSSH PRIVATE KEY-----&lt;/PRE&gt;
&lt;P&gt;To convert the private key to a &lt;STRONG&gt;RSA&lt;/STRONG&gt; type key, perform the following steps:&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;Launch PuTTYgen.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Load the &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; file that you created in &lt;A href="#Step_3" target="_self"&gt;Step 3&lt;/A&gt; by selecting &lt;STRONG&gt;File &amp;gt; Load private key&lt;/STRONG&gt;.&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756UU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124983iE53BE4BF2A99FF55/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756UU.png" alt="0EM5b00000756UU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Click &lt;STRONG&gt;OK&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Click &lt;STRONG&gt;Conversions&lt;/STRONG&gt;, then select &lt;STRONG&gt;Export OpenSSH key&lt;/STRONG&gt;. You are prompted to save the key, overwriting the existing &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; (private key) file stored in the SSH directory, for example, &lt;STRONG&gt;c:\Users\&lt;EM&gt;user&lt;/EM&gt;\.ssh\id_rsa&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Open the new &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; file, and confirm that the first line reads:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;-----BEGIN RSA PRIVATE KEY-----&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Studio/TAC will now be able to connect successfully with this RSA type private key.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Git is now set up for use with SSH. The next steps will connect TAC to it.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Connecting Talend Administration Center&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Create a new repository.&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Bit Bucket&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCAjAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123713i9582845C8BEE72E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCAjAAM.png" alt="0693p000008uCAjAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Git Hub&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCDXAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123388i4E1288976EE3A19B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCDXAA2.png" alt="0693p000008uCDXAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Git Lab&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uBwnAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123940iC160586772843B81/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uBwnAAE.png" alt="0693p000008uBwnAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Expand the &lt;STRONG&gt;I’m starting from scratch&lt;/STRONG&gt; section, then copy the Git URL shown after &lt;STRONG&gt;git remote add origin&lt;/STRONG&gt;, in this case:&lt;/P&gt;
&lt;PRE&gt;git@bitbucket.org:arthur-talend/bitbucket-test.git&lt;/PRE&gt;
&lt;P&gt;For Bit Bucket and Git Hub, the Git URL will be searchable in the project itself, refer to the images below:&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Bit Bucket&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC71AAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123300i49A2EA3059F4AE97/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC71AAE.png" alt="0693p000008uC71AAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Hub&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC8xAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122954i55D30C50BB6E79F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC8xAAE.png" alt="0693p000008uC8xAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Lab&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC6mAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121571i7354F5667507691A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC6mAAE.png" alt="0693p000008uC6mAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create a new repository in TAC, enter the correct details (including the URL you just copied), check the connection, and then click &lt;STRONG&gt;Save&lt;/STRONG&gt;. You don't need to provide the password in the project settings. TAC will be using the Private key to authenticate.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC9MAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122463i94B4F6CC9E72B88F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC9MAAU.png" alt="0693p000008uC9MAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you are not using your own account to run the Talend services, your &lt;STRONG&gt;.ssh&lt;/STRONG&gt; folder may be defined as a different directory. The environment can be set up to work around this issue.
&lt;BLOCKQUOTE&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;In the System Environment Variables &amp;gt; PATH, add your Git &lt;STRONG&gt;cmd&lt;/STRONG&gt; path, normally: &lt;STRONG&gt;C:\Program Files\Git\cmd&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Alternatively, use the &lt;STRONG&gt;HOME&lt;/STRONG&gt; variable, and establish your &lt;STRONG&gt;HOME&lt;/STRONG&gt; variable to a folder of your choice. For details, see the Git &lt;A href="https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables" target="_blank" rel="noopener"&gt;Environment Variables&lt;/A&gt; page.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Refresh your repository page for the repo; it should look a little different now.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCDmAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123709iB5CE8C8008F1BECD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCDmAAM.png" alt="0693p000008uCDmAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Notice the SSH URL, and the Branch and Watcher.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Log in to Studio (remember to give your user the correct credentials as well as project authorizations).&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Continue with the instructions in this step if you are using SSH2; if not, skip to the &lt;A href="#source" target="_self"&gt;next step&lt;/A&gt;.
&lt;P&gt;These instructions will be performed on a machine with Talend Studio installed, but that is unable to connect or obtain a connection.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;UL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;If you are having issues connecting Studio to Git, use the &lt;STRONG&gt;ssh-keyscan&lt;/STRONG&gt; command to add the host URL to the &lt;STRONG&gt;known_hosts&lt;/STRONG&gt; file by typing the following:&lt;/P&gt;
&lt;PRE&gt;ssh-keyscan –H {host.url} &amp;gt;&amp;gt; known_hosts&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create and append the public RSA key to the authorized keys file.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC9lAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123810i727532B2915A9FB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC9lAAE.png" alt="0693p000008uC9lAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Type the following command:&lt;/P&gt;
&lt;PRE&gt;cat id_rsa.pub&amp;gt;&amp;gt;authorized_keys&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If you still can't connect to Git, open Git Bash and type this command to find the location from which Git is trying to read the keys:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ssh –vT git@bitbucket.org&lt;/PRE&gt;
&lt;P&gt;The first two parameters in the output show from where the configurations and files are being read.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCE1AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121663i92482D0B321BCA41/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCE1AAM.png" alt="0693p000008uCE1AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;After running the &lt;STRONG&gt;ssh –vT&lt;/STRONG&gt; command, you should be logged in as the Git user if it is properly set. However, sometimes the &lt;STRONG&gt;ssh -vT&lt;/STRONG&gt; command isn’t sufficient, and your user will be logged in as “anonymous”. In this case, you will need to use this command (substitute the correct email address):&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ssh-keygen -t rsa -C “&lt;EM&gt;you&lt;/EM&gt;@&lt;EM&gt;email&lt;/EM&gt;.com”&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Repeat the steps above to place all of the files–&lt;STRONG&gt;known_hosts&lt;/STRONG&gt;, &lt;STRONG&gt;authorized_keys&lt;/STRONG&gt;, &lt;STRONG&gt;config&lt;/STRONG&gt;, and &lt;STRONG&gt;id_rsa.pub&lt;/STRONG&gt;–within the folder from which Git is reading the files (identified above) and then try logging in again.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;To finish, navigate to the &lt;STRONG&gt;source&lt;/STRONG&gt; tab within Bitbucket, then click your repository. Notice that the structure now looks like that of a correct Talend repository.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCEBAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122192i1A4C28B7D1F8289F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCEBAA2.png" alt="0693p000008uCEBAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Caution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Talend 6.1.1 and Bitbucket on SSH does not work. Talend supports Bitbucket starting in 6.2.1, and thus it is not possible to set up 6.1.1 with SSH in Bitbucket, only HTTPS. If you try to set up Bitbucket, SSH, and Talend 6.1.1, you will receive a mismatched protocol error in the console.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Git Troubleshooting Guide&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;What is the first troubleshooting information needed?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The most important piece of information are the logs. The logs will normally tell you what the issue is, such as the RSA fingerprint is not recognized, or there is an unknown host in the logs. Other possible issues are that the user is wrong or the host is incorrect. For instance, in the URL:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;git@bitbucket.org:user-talend/bitbucket-test.git&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;The first &lt;STRONG&gt;git&lt;/STRONG&gt; is the user; if you have a local server implementation, you might not have called your user &lt;STRONG&gt;git&lt;/STRONG&gt; so try the user you used to log in (or try the service account).&lt;/LI&gt;
&lt;LI&gt;The host in the URL is &lt;STRONG&gt;bitbucket.org&lt;/STRONG&gt;, but sometimes the host is not found within the &lt;STRONG&gt;hosts&lt;/STRONG&gt; file. Check to ensure that there are no inconsistencies.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The new URL could look something like this:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;talend@user-pc.talend.org:user-talend/talend-repo.git&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;What issues have been encountered when trying to set up SSH?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The most common issues are due to connectivity with the central repository. The &lt;A href="#Log in to Studio" target="_self"&gt;Log in to Studio&lt;/A&gt; section offers a couple of troubleshooting steps that can check for inconsistencies in the implementation of SSH. Another issue is if you are not using OpenSSH as the SSH client. For example, Tectia does not have the same SSH commands, and there are some limitations that exist. This will require assistance from the Administrator for the specific SSH implementation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git is set up, my client is implemented, and when I check the connection in TAC it says that the connection is OK. Yet when I try to connect, why doesn’t it allow me to save?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The most common reason for this is that the RSA key is not trusted. When this occurs, you will need to go back to the SSH key deployment section of your account. Perhaps you may want to read the key, as there may be an issue with it. Another option is to add the key directly to the project, instead of to the user. To do this, go to the project itself, and under &lt;STRONG&gt;Settings&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Deploy keys&lt;/STRONG&gt;, add the RSA key to the project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;I'm getting an error that states “stashing local changes did not successfully complete”.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There are two things to check:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Permissions can be an issue. Check the folder permissions on the folder being complained about, and see what the distributed locking mechanism is. For instance, if you are on an NFS, try using the Git Repo URL from Bit Bucket or Git Hub instead to see if it works. If it does, then that's how the OS was configured.&lt;/LI&gt;
&lt;LI&gt;This could be an issue with the workspace. Try using a new workspace, by deleting the existing one and creating a new one, or by specifying a new workspace. If it’s CommandLine, make a copy of the &lt;STRONG&gt;commandline-workspace&lt;/STRONG&gt; and then delete it, letting CommandLine recreate the entire workspace.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;I'm getting the error "Accessing the same repository with different protocols is not supported" after following all the configuration steps.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you try to establish two Projects in TAC that point to the same Git project, but using two different protocols, for example, the &lt;STRONG&gt;https://&lt;/STRONG&gt; URL and then the &lt;STRONG&gt;ssh://&lt;/STRONG&gt; URL, you might get the following message:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;Accessing the same repository with different protocols is not supported.&lt;/PRE&gt;
&lt;P&gt;You might get this message even if you deleted the original project; you are not trying to create a duplicate project, but you still cannot add the project. To fix the problem, stop TAC, &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-clear-the-Talend-Administration-Center-TAC-cache/ta-p/2151144" target="_blank" rel="noopener"&gt;clear the TAC cache&lt;/A&gt;, then restart TAC.&lt;/P&gt;
&lt;P&gt;You can add a &lt;STRONG&gt;HOME&lt;/STRONG&gt; variable as a workaround; for details, see the Git &lt;A href="https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables" target="_blank" rel="noopener"&gt;Environment Variables&lt;/A&gt; page.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Background:&lt;/STRONG&gt; If you are running TAC (or another Talend server) as a Windows service, it will most likely be running under the &lt;STRONG&gt;Local System&lt;/STRONG&gt; account, so this is the account in which Talend will look for SSH keys when it tries to connect to the remote Git server. This means you either need to set up the &lt;STRONG&gt;Local System&lt;/STRONG&gt; account to have its own SSH keys, or you can create the &lt;STRONG&gt;HOME&lt;/STRONG&gt; variable and point it to another user that has their SSH keys already set up (they have a public key created and added to the remote Git server as described in previous steps).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="TACLocalsystem.png" style="width: 520px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178577i9C34E9BFFCD7926A/image-dimensions/520x243?v=v2" width="520" height="243" role="button" title="TACLocalsystem.png" alt="TACLocalsystem.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="HomeSystemVariableSSHKeySetUP.png" style="width: 518px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178578i73D59FDDF90E5FDC/image-dimensions/518x470?v=v2" width="518" height="470" role="button" title="HomeSystemVariableSSHKeySetUP.png" alt="HomeSystemVariableSSHKeySetUP.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Talend Administration Center" id="qlik_TalendAdministrationCenter"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2025 08:47:06 GMT</pubDate>
    <dc:creator>TalendSolutionExpert</dc:creator>
    <dc:date>2025-03-14T08:47:06Z</dc:date>
    <item>
      <title>Connecting Qlik Talend with Git + SSH</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Connecting-Qlik-Talend-with-Git-SSH/ta-p/2150767</link>
      <description>&lt;P&gt;This article covers connecting Talend to Git repositories using the SSH protocol. Git is a version control system that Talend supports, similar to SVN. Git can store repositories locally or remotely. The key difference is centralization. In SVN, the Repository is in one centralized location. The advantage with Git is there can be a local copy of a repository, and you can push, pull, clone, and merge not just from a central location, but also from another developer’s code base. You can look at diffs to compare code changes and decide which to keep.&lt;/P&gt;
&lt;P&gt;While using Talend, you may not need to do most of these; you will likely just be cloning, pushing (committing), and pulling from a centralized location (either from a remote URL or a local Git Server installation).&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Requirements&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Git Bash&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git-scm.com/downloads" target="_blank" rel="noopener"&gt;https://git-scm.com/downloads&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Git GUI client (required if using Windows)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://git-scm.com/download/gui/windows" target="_blank" rel="noopener"&gt;https://git-scm.com/download/gui/windows&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you are using Windows to house your TAC, then Git Bash or a Git client needs to be installed to create an SSH Key. If you are using Linux, OpenSSH comes automatically with the OS.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;One of the following supported distributions of Git&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Bit Bucket (Talend version 6.2.1+)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://bitbucket.org/product" target="_blank" rel="noopener"&gt;https://bitbucket.org/product&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Git Hub&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/" target="_blank" rel="noopener"&gt;https://github.com/&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Git Lab&lt;/P&gt;
&lt;P&gt;&lt;A href="https://about.gitlab.com/" target="_blank" rel="noopener"&gt;https://about.gitlab.com/&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Talend version 8.&lt;EM&gt;x&lt;/EM&gt; (refer to the license email you received from Qlik Support for your version)&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Operating System Recommendations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Red Hat Linux 7&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.redhat.com/en" target="_blank" rel="noopener"&gt;https://www.redhat.com&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Windows 7&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/software-download/windows7" target="_blank" rel="noopener"&gt;https://www.microsoft.com/en-us/software-download/windows7&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Windows 10&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/windows/" target="_blank" rel="noopener"&gt;https://www.microsoft.com/en-us/windows/&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Connecting to Git with SSH&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Connections to Git must be set up individually for each Talend Studio user. For example, if your team has five developers who wish to connect to SSH-enabled Git from Talend Studio, then all five need to configure Git on their machines. If multiple developers use the same Talend Studio installed on a single machine, then each of them must follow this procedure because each user must have their own SSH keys.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;If any users configured Git on a previous machine, but now are using a new laptop/desktop, they need to configure Git again on the new machine.&lt;/BLOCKQUOTE&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;To verify that an RSA key can be created, open a Git Bash window and run the command:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ssh -v&lt;/PRE&gt;
&lt;P&gt;The output should be similar to the following:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uBanAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124464i8ABBA40742F349BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uBanAAE.png" alt="0693p000008uBanAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;List the contents of the &lt;STRONG&gt;~/.ssh&lt;/STRONG&gt; directory by running the command:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ls -a ~/.ssh&lt;/PRE&gt;
&lt;P&gt;The result should be similar to the following:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;$ &lt;STRONG&gt;ls -a ~/.ssh&lt;/STRONG&gt;
ls: /c/Users/emmap1/.ssh: No such file or directory&lt;/PRE&gt;
&lt;BLOCKQUOTE class="quote"&gt;If a &lt;STRONG&gt;.ssh&lt;/STRONG&gt; folder doesn't exist, you will see a &lt;STRONG&gt;No such file or directory&lt;/STRONG&gt; error. You must create a &lt;STRONG&gt;.ssh&lt;/STRONG&gt; folder under &lt;STRONG&gt;c:\Users\&lt;EM&gt;user&lt;/EM&gt;\.ssh&lt;/STRONG&gt;.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;A id="Step_3" target="_blank"&gt;&lt;/A&gt;Type &lt;STRONG&gt;ssh-keygen&lt;/STRONG&gt;. You will be prompted to save the key in the default location: &lt;STRONG&gt;c:\Users\&lt;EM&gt;user&lt;/EM&gt;\.ssh\id_rsa&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Entering a passphrase is optional when prompted. The complete command will look like the following:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;$ &lt;STRONG&gt;ssh-keygen&lt;/STRONG&gt;
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/emmap1/.ssh/id_rsa):
Created directory '/c/Users/emmap1/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/emmap1/.ssh/id_rsa.
Your public key has been saved in /c/users/emmap1/.ssh/id_rsa.pub.
The key fingerprint is: e7:94:d1:a3:02:ee:38:6e:a4:5e:26:a3:a9:f4:95:d4 emmap1@EMMA-PC&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;After the RSA key pair is generated, review the &lt;STRONG&gt;.ssh&lt;/STRONG&gt; folder and verify that the &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; and &lt;STRONG&gt;id_rsa.pub&lt;/STRONG&gt; files are listed:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC6XAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124228iA9346056F4898490/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC6XAAU.png" alt="0693p000008uC6XAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create an SSH config file and add these parameters:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;Host bitbucket.org
 IdentityFile ~/.ssh/id_rsa&lt;/PRE&gt;
&lt;BLOCKQUOTE class="quote"&gt;The space before and after &lt;STRONG&gt;IdentityFile&lt;/STRONG&gt; is required – do not delete this.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In Git Bash, type the following command to add bitbucket and create a &lt;STRONG&gt;known_hosts&lt;/STRONG&gt; file:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ssh -T git@bitbucket.org&lt;/PRE&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you are using Git 2.10 on Windows, there is an issue with &lt;STRONG&gt;ssh-agent&lt;/STRONG&gt; meaning it will not start automatically.&lt;/BLOCKQUOTE&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;To start it in Git Bash, type &lt;STRONG&gt;ssh-agent -s&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Type &lt;STRONG&gt;eval $(ssh-agent)&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Type &lt;STRONG&gt;ssh-add –l&lt;/STRONG&gt;. This should state that you have no identity.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add an identity by typing &lt;STRONG&gt;ssh-add ~/.ssh/id_rsa&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Run &lt;STRONG&gt;ssh-keygen&lt;/STRONG&gt; to overwrite the &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; file. Your ssh-agent was not running when the previous file was created, so an improper key may have been generated as a result.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;From your Git distribution, click your &lt;STRONG&gt;Avatar &amp;gt; Settings&lt;/STRONG&gt;.&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756Ut.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124794i33FD5F3BA8B4FCD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756Ut.png" alt="0EM5b00000756Ut.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Scroll down to the SSH keys portion in the &lt;STRONG&gt;Security&lt;/STRONG&gt; tab.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Bit Bucket&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756Vh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124726i027FFDF98B2980F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756Vh.png" alt="0EM5b00000756Vh.png" /&gt;&lt;/span&gt;&lt;/H4&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Hub&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756W1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124401i356B8D8C4438EB6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756W1.png" alt="0EM5b00000756W1.png" /&gt;&lt;/span&gt;&lt;/H4&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Lab&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756Vr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121936i67D2BE63AA5230E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756Vr.png" alt="0EM5b00000756Vr.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Perform a &lt;STRONG&gt;cat&lt;/STRONG&gt; command on the &lt;STRONG&gt;id_rsa.pub&lt;/STRONG&gt; file:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;cat ~/.ssh/id_rsa.pub&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC8nAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124911i75DE077588440F0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC8nAAE.png" alt="0693p000008uC8nAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Copy the contents of the &lt;STRONG&gt;id_rsa.pub&lt;/STRONG&gt; file and place it into the &lt;STRONG&gt;Key&lt;/STRONG&gt; portion of the &lt;STRONG&gt;SSH Keys&lt;/STRONG&gt; tab. Click &lt;STRONG&gt;Save&lt;/STRONG&gt;.&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Bit Bucket&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCDDAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124900i3040547B292F459A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCDDAA2.png" alt="0693p000008uCDDAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Hub&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCAVAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124116iC270A2CEE267D662/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCAVAA2.png" alt="0693p000008uCAVAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Git Lab&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCBDAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122437iC158E816736F140B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCBDAA2.png" alt="0693p000008uCBDAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you are using GIT Bash 2.18 or newer, open the &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; (private key) file in Notepad or any other text file editor. If the key type is &lt;STRONG&gt;OPENSSH&lt;/STRONG&gt; (shown on the first line of the file), then you need to convert the private key to a &lt;STRONG&gt;RSA&lt;/STRONG&gt; type key.&lt;/BLOCKQUOTE&gt;
&lt;PRE class="ckeditor_codeblock"&gt;-----BEGIN OPENSSH PRIVATE KEY-----&lt;/PRE&gt;
&lt;P&gt;To convert the private key to a &lt;STRONG&gt;RSA&lt;/STRONG&gt; type key, perform the following steps:&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;Launch PuTTYgen.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Load the &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; file that you created in &lt;A href="#Step_3" target="_self"&gt;Step 3&lt;/A&gt; by selecting &lt;STRONG&gt;File &amp;gt; Load private key&lt;/STRONG&gt;.&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0EM5b00000756UU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/124983iE53BE4BF2A99FF55/image-size/large?v=v2&amp;amp;px=999" role="button" title="0EM5b00000756UU.png" alt="0EM5b00000756UU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Click &lt;STRONG&gt;OK&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Click &lt;STRONG&gt;Conversions&lt;/STRONG&gt;, then select &lt;STRONG&gt;Export OpenSSH key&lt;/STRONG&gt;. You are prompted to save the key, overwriting the existing &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; (private key) file stored in the SSH directory, for example, &lt;STRONG&gt;c:\Users\&lt;EM&gt;user&lt;/EM&gt;\.ssh\id_rsa&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Open the new &lt;STRONG&gt;id_rsa&lt;/STRONG&gt; file, and confirm that the first line reads:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;-----BEGIN RSA PRIVATE KEY-----&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Studio/TAC will now be able to connect successfully with this RSA type private key.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Git is now set up for use with SSH. The next steps will connect TAC to it.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Connecting Talend Administration Center&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Create a new repository.&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Bit Bucket&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCAjAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123713i9582845C8BEE72E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCAjAAM.png" alt="0693p000008uCAjAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Git Hub&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCDXAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123388i4E1288976EE3A19B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCDXAA2.png" alt="0693p000008uCDXAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Git Lab&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uBwnAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123940iC160586772843B81/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uBwnAAE.png" alt="0693p000008uBwnAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Expand the &lt;STRONG&gt;I’m starting from scratch&lt;/STRONG&gt; section, then copy the Git URL shown after &lt;STRONG&gt;git remote add origin&lt;/STRONG&gt;, in this case:&lt;/P&gt;
&lt;PRE&gt;git@bitbucket.org:arthur-talend/bitbucket-test.git&lt;/PRE&gt;
&lt;P&gt;For Bit Bucket and Git Hub, the Git URL will be searchable in the project itself, refer to the images below:&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Bit Bucket&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC71AAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123300i49A2EA3059F4AE97/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC71AAE.png" alt="0693p000008uC71AAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Hub&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC8xAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122954i55D30C50BB6E79F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC8xAAE.png" alt="0693p000008uC8xAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git Lab&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC6mAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121571i7354F5667507691A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC6mAAE.png" alt="0693p000008uC6mAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create a new repository in TAC, enter the correct details (including the URL you just copied), check the connection, and then click &lt;STRONG&gt;Save&lt;/STRONG&gt;. You don't need to provide the password in the project settings. TAC will be using the Private key to authenticate.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC9MAAU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122463i94B4F6CC9E72B88F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC9MAAU.png" alt="0693p000008uC9MAAU.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you are not using your own account to run the Talend services, your &lt;STRONG&gt;.ssh&lt;/STRONG&gt; folder may be defined as a different directory. The environment can be set up to work around this issue.
&lt;BLOCKQUOTE&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;In the System Environment Variables &amp;gt; PATH, add your Git &lt;STRONG&gt;cmd&lt;/STRONG&gt; path, normally: &lt;STRONG&gt;C:\Program Files\Git\cmd&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Alternatively, use the &lt;STRONG&gt;HOME&lt;/STRONG&gt; variable, and establish your &lt;STRONG&gt;HOME&lt;/STRONG&gt; variable to a folder of your choice. For details, see the Git &lt;A href="https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables" target="_blank" rel="noopener"&gt;Environment Variables&lt;/A&gt; page.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Refresh your repository page for the repo; it should look a little different now.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCDmAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123709iB5CE8C8008F1BECD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCDmAAM.png" alt="0693p000008uCDmAAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Notice the SSH URL, and the Branch and Watcher.&lt;/BLOCKQUOTE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Log in to Studio (remember to give your user the correct credentials as well as project authorizations).&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;Continue with the instructions in this step if you are using SSH2; if not, skip to the &lt;A href="#source" target="_self"&gt;next step&lt;/A&gt;.
&lt;P&gt;These instructions will be performed on a machine with Talend Studio installed, but that is unable to connect or obtain a connection.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;UL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;
&lt;P&gt;If you are having issues connecting Studio to Git, use the &lt;STRONG&gt;ssh-keyscan&lt;/STRONG&gt; command to add the host URL to the &lt;STRONG&gt;known_hosts&lt;/STRONG&gt; file by typing the following:&lt;/P&gt;
&lt;PRE&gt;ssh-keyscan –H {host.url} &amp;gt;&amp;gt; known_hosts&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Create and append the public RSA key to the authorized keys file.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uC9lAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123810i727532B2915A9FB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uC9lAAE.png" alt="0693p000008uC9lAAE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Type the following command:&lt;/P&gt;
&lt;PRE&gt;cat id_rsa.pub&amp;gt;&amp;gt;authorized_keys&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;If you still can't connect to Git, open Git Bash and type this command to find the location from which Git is trying to read the keys:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ssh –vT git@bitbucket.org&lt;/PRE&gt;
&lt;P&gt;The first two parameters in the output show from where the configurations and files are being read.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCE1AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121663i92482D0B321BCA41/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCE1AAM.png" alt="0693p000008uCE1AAM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;After running the &lt;STRONG&gt;ssh –vT&lt;/STRONG&gt; command, you should be logged in as the Git user if it is properly set. However, sometimes the &lt;STRONG&gt;ssh -vT&lt;/STRONG&gt; command isn’t sufficient, and your user will be logged in as “anonymous”. In this case, you will need to use this command (substitute the correct email address):&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;ssh-keygen -t rsa -C “&lt;EM&gt;you&lt;/EM&gt;@&lt;EM&gt;email&lt;/EM&gt;.com”&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Repeat the steps above to place all of the files–&lt;STRONG&gt;known_hosts&lt;/STRONG&gt;, &lt;STRONG&gt;authorized_keys&lt;/STRONG&gt;, &lt;STRONG&gt;config&lt;/STRONG&gt;, and &lt;STRONG&gt;id_rsa.pub&lt;/STRONG&gt;–within the folder from which Git is reading the files (identified above) and then try logging in again.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;To finish, navigate to the &lt;STRONG&gt;source&lt;/STRONG&gt; tab within Bitbucket, then click your repository. Notice that the structure now looks like that of a correct Talend repository.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uCEBAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122192i1A4C28B7D1F8289F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uCEBAA2.png" alt="0693p000008uCEBAA2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Caution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Talend 6.1.1 and Bitbucket on SSH does not work. Talend supports Bitbucket starting in 6.2.1, and thus it is not possible to set up 6.1.1 with SSH in Bitbucket, only HTTPS. If you try to set up Bitbucket, SSH, and Talend 6.1.1, you will receive a mismatched protocol error in the console.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Git Troubleshooting Guide&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;What is the first troubleshooting information needed?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The most important piece of information are the logs. The logs will normally tell you what the issue is, such as the RSA fingerprint is not recognized, or there is an unknown host in the logs. Other possible issues are that the user is wrong or the host is incorrect. For instance, in the URL:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;git@bitbucket.org:user-talend/bitbucket-test.git&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;The first &lt;STRONG&gt;git&lt;/STRONG&gt; is the user; if you have a local server implementation, you might not have called your user &lt;STRONG&gt;git&lt;/STRONG&gt; so try the user you used to log in (or try the service account).&lt;/LI&gt;
&lt;LI&gt;The host in the URL is &lt;STRONG&gt;bitbucket.org&lt;/STRONG&gt;, but sometimes the host is not found within the &lt;STRONG&gt;hosts&lt;/STRONG&gt; file. Check to ensure that there are no inconsistencies.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The new URL could look something like this:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;talend@user-pc.talend.org:user-talend/talend-repo.git&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;What issues have been encountered when trying to set up SSH?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The most common issues are due to connectivity with the central repository. The &lt;A href="#Log in to Studio" target="_self"&gt;Log in to Studio&lt;/A&gt; section offers a couple of troubleshooting steps that can check for inconsistencies in the implementation of SSH. Another issue is if you are not using OpenSSH as the SSH client. For example, Tectia does not have the same SSH commands, and there are some limitations that exist. This will require assistance from the Administrator for the specific SSH implementation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Git is set up, my client is implemented, and when I check the connection in TAC it says that the connection is OK. Yet when I try to connect, why doesn’t it allow me to save?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The most common reason for this is that the RSA key is not trusted. When this occurs, you will need to go back to the SSH key deployment section of your account. Perhaps you may want to read the key, as there may be an issue with it. Another option is to add the key directly to the project, instead of to the user. To do this, go to the project itself, and under &lt;STRONG&gt;Settings&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Deploy keys&lt;/STRONG&gt;, add the RSA key to the project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;I'm getting an error that states “stashing local changes did not successfully complete”.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There are two things to check:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Permissions can be an issue. Check the folder permissions on the folder being complained about, and see what the distributed locking mechanism is. For instance, if you are on an NFS, try using the Git Repo URL from Bit Bucket or Git Hub instead to see if it works. If it does, then that's how the OS was configured.&lt;/LI&gt;
&lt;LI&gt;This could be an issue with the workspace. Try using a new workspace, by deleting the existing one and creating a new one, or by specifying a new workspace. If it’s CommandLine, make a copy of the &lt;STRONG&gt;commandline-workspace&lt;/STRONG&gt; and then delete it, letting CommandLine recreate the entire workspace.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;I'm getting the error "Accessing the same repository with different protocols is not supported" after following all the configuration steps.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you try to establish two Projects in TAC that point to the same Git project, but using two different protocols, for example, the &lt;STRONG&gt;https://&lt;/STRONG&gt; URL and then the &lt;STRONG&gt;ssh://&lt;/STRONG&gt; URL, you might get the following message:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;Accessing the same repository with different protocols is not supported.&lt;/PRE&gt;
&lt;P&gt;You might get this message even if you deleted the original project; you are not trying to create a duplicate project, but you still cannot add the project. To fix the problem, stop TAC, &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-clear-the-Talend-Administration-Center-TAC-cache/ta-p/2151144" target="_blank" rel="noopener"&gt;clear the TAC cache&lt;/A&gt;, then restart TAC.&lt;/P&gt;
&lt;P&gt;You can add a &lt;STRONG&gt;HOME&lt;/STRONG&gt; variable as a workaround; for details, see the Git &lt;A href="https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables" target="_blank" rel="noopener"&gt;Environment Variables&lt;/A&gt; page.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Background:&lt;/STRONG&gt; If you are running TAC (or another Talend server) as a Windows service, it will most likely be running under the &lt;STRONG&gt;Local System&lt;/STRONG&gt; account, so this is the account in which Talend will look for SSH keys when it tries to connect to the remote Git server. This means you either need to set up the &lt;STRONG&gt;Local System&lt;/STRONG&gt; account to have its own SSH keys, or you can create the &lt;STRONG&gt;HOME&lt;/STRONG&gt; variable and point it to another user that has their SSH keys already set up (they have a public key created and added to the remote Git server as described in previous steps).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="TACLocalsystem.png" style="width: 520px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178577i9C34E9BFFCD7926A/image-dimensions/520x243?v=v2" width="520" height="243" role="button" title="TACLocalsystem.png" alt="TACLocalsystem.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="HomeSystemVariableSSHKeySetUP.png" style="width: 518px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178578i73D59FDDF90E5FDC/image-dimensions/518x470?v=v2" width="518" height="470" role="button" title="HomeSystemVariableSSHKeySetUP.png" alt="HomeSystemVariableSSHKeySetUP.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Talend Studio" id="qlik_TalendStudio"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Talend Administration Center" id="qlik_TalendAdministrationCenter"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 08:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Connecting-Qlik-Talend-with-Git-SSH/ta-p/2150767</guid>
      <dc:creator>TalendSolutionExpert</dc:creator>
      <dc:date>2025-03-14T08:47:06Z</dc:date>
    </item>
  </channel>
</rss>

