<?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>topic Re: [Bitbucket] SSH connection to GIT repository in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408123#M11783</link>
    <description>&lt;P&gt;Do you tell about this content ? (cf. screenshot below)&lt;/P&gt;&lt;P&gt;There is no information about a procedure, just a note that a bug has been corrected.&lt;/P&gt;&lt;P&gt;The Jira link displayed is down.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PKb9KAAT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141427i997790EC1BDCD645/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PKb9KAAT.png" alt="0695b00000PKb9KAAT.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 08:45:55 GMT</pubDate>
    <dc:creator>davidPnt</dc:creator>
    <dc:date>2022-03-15T08:45:55Z</dc:date>
    <item>
      <title>[Bitbucket] SSH connection to GIT repository</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408121#M11781</link>
      <description>&lt;P&gt;My GIT repository is hosted by Bitbucket.&lt;/P&gt;&lt;P&gt;From my Studio, I have to use a SSH connection to reach to Bitbucket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used the Studio tool (Network Connections &amp;gt; SSH2 &amp;gt; Key Management &amp;gt; Generate RSA Key) to generate a SSH key pair.&lt;/P&gt;&lt;P&gt;Studio generate a 1024 length key ; unfortunately Bitbucket allow only key equal or higher than 2048.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I generate a 2048 key from Studio ?&lt;/P&gt;&lt;P&gt;How can I connect to Bitbucket ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Studio version : 7.3.1 (Talend Cloud API Services)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408121#M11781</guid>
      <dc:creator>davidPnt</dc:creator>
      <dc:date>2024-11-15T23:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Bitbucket] SSH connection to GIT repository</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408122#M11782</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here is some content in summer-18-release-notes about [TMC] Git SSH in Cloud&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/Cloud/release-notes/summer-18-release-notes" alt="https://help.talend.com/r/en-US/Cloud/release-notes/summer-18-release-notes" target="_blank"&gt;https://help.talend.com/r/en-US/Cloud/release-notes/summer-18-release-notes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And let us know if this procedure helps(It would be OK with V 8.0)&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Download the Git version corresponding to your system at &lt;A href="https://git-scm.com/downloads" alt="https://git-scm.com/downloads" target="_blank"&gt;https://git-scm.com/downloads&lt;/A&gt; and follow the installation instructions.&lt;/LI&gt;&lt;LI&gt;Create an SSH key pair in Talend Studio instead of using a Git tool, to ensure the key is compatible with Talend Studio.&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;Click Window &amp;gt; Preferences from the menu bar to open the Preferences dialog box.&lt;/LI&gt;&lt;LI&gt; In the tree view of the dialog box, expand General &amp;gt; Network Connections and select SSH2 to open the corresponding view.&lt;/LI&gt;&lt;LI&gt;On the Key Management tab, click Generate RSA Key... to create an SSH key pair.&lt;/LI&gt;&lt;LI&gt;Click Save Private Key... to save the generated private key in the C:\Users\UserName\.ssh folder.&lt;/LI&gt;&lt;LI&gt;Note down the generated public key in the public key field.&lt;/LI&gt;&lt;LI&gt;Click Apply and Close to close the Preferences dialog box.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;3. Add the public key to the settings of your Git server.&lt;/P&gt;&lt;P&gt;4. Open the Git Bash.&lt;/P&gt;&lt;P&gt;5. Create a known-hosts&amp;nbsp;file by executing the following command:ssh-keyscan.exe -H&lt;/P&gt;&lt;P&gt; git_server_hostname &amp;gt;&amp;gt; known_hosts&lt;/P&gt;&lt;P&gt; 6 . If you are using multiple SSH private keys, create a config file in your .ssh folder and add the following content in the file to specify which key file is used for which Git server.Host &amp;lt;git_server1_hostname&amp;gt;&lt;/P&gt;&lt;P&gt;IdentityFile C:/users/username/.ssh/key1&lt;/P&gt;&lt;P&gt;Host &amp;lt;git_server2_hostname&amp;gt;&lt;/P&gt;&lt;P&gt;IdentityFile C:/users/username/.ssh/key2&lt;/P&gt;&lt;P&gt;7. When creating a project in Talend Cloud Management Console, provide the connection information.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 06:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408122#M11782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T06:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: [Bitbucket] SSH connection to GIT repository</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408123#M11783</link>
      <description>&lt;P&gt;Do you tell about this content ? (cf. screenshot below)&lt;/P&gt;&lt;P&gt;There is no information about a procedure, just a note that a bug has been corrected.&lt;/P&gt;&lt;P&gt;The Jira link displayed is down.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PKb9KAAT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141427i997790EC1BDCD645/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PKb9KAAT.png" alt="0695b00000PKb9KAAT.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 08:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408123#M11783</guid>
      <dc:creator>davidPnt</dc:creator>
      <dc:date>2022-03-15T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: [Bitbucket] SSH connection to GIT repository</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408124#M11784</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;So far, there is no official released documentation about the procedure.&lt;/P&gt;&lt;P&gt;Here exists a DOCT jira issue:&lt;A href="https://jira.talendforge.org/browse/DOCT-13819" alt="https://jira.talendforge.org/browse/DOCT-13819" target="_blank"&gt; https://jira.talendforge.org/browse/DOCT-13819&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is the above procedure OK with you?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 09:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408124#M11784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-15T09:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: [Bitbucket] SSH connection to GIT repository</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408125#M11785</link>
      <description>&lt;P&gt;I've finally use a workaround : I'm now using a DSA Key&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408125#M11785</guid>
      <dc:creator>davidPnt</dc:creator>
      <dc:date>2022-05-17T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: [Bitbucket] SSH connection to GIT repository</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408126#M11786</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Great you got a workaround and thanks for your information.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 06:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Bitbucket-SSH-connection-to-GIT-repository/m-p/2408126#M11786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-18T06:56:55Z</dc:date>
    </item>
  </channel>
</rss>

