<?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: Redshift Connectivity through SSH in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320147#M90319</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Currently we don't have such component that would allow you to create an SSH tunnel towards a bastion server.&lt;/P&gt;&lt;P&gt;This is usually something you'd need to do at the server level, outside of Talend. On the jobserver / Remote engine server create an SSH tunnel towards/through your bastion, and then let Talend connect to this tunnel. Depending on the tunnel setup this might be a localhost entry or you might be using a dedicated computer.&lt;/P&gt;&lt;P&gt;I.e.:&lt;/P&gt;&lt;P&gt;Talend -&amp;gt; tunnel -&amp;gt; redshift&lt;/P&gt;&lt;P&gt;Where tunnel could be:&lt;/P&gt;&lt;P&gt;localhost:port -&amp;gt; bastion&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;remote_host:port -&amp;gt; bastion&lt;/P&gt;</description>
    <pubDate>Thu, 08 Sep 2022 15:47:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-09-08T15:47:20Z</dc:date>
    <item>
      <title>Redshift Connectivity through SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320142#M90314</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am unable to make a connection to Redshift(via SSH) using Talend. I tried tSSH and tDBOutput (Redshift). It is failing saying Connection timed out. I want to know if Talend supports Redshift connection via SSH?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Uy28gAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138482iFB6FFEE1B7514E27/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Uy28gAAB.png" alt="0695b00000Uy28gAAB.png" /&gt;&lt;/span&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320142#M90314</guid>
      <dc:creator>RBhupathiraju</dc:creator>
      <dc:date>2024-11-15T22:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Redshift Connectivity through SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320143#M90315</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Talend doesn't supports Redshift connection via SSH, please use tDBConnection(Redshift) to provide the connection parameters directly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 02:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320143#M90315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-31T02:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Redshift Connectivity through SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320144#M90316</link>
      <description>&lt;P&gt;I tried that but tDBConnection(Redshift) doesnt have any option to specify SSH parameters&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 01:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320144#M90316</guid>
      <dc:creator>RBhupathiraju</dc:creator>
      <dc:date>2022-09-01T01:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Redshift Connectivity through SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320145#M90317</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to create SSH tunnel outside of Talend via PuTTy or openssh and manage this on the server, then from Talend you could use localhost:port.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tSSH uses a library that also supports port-forwarding but this is not exposed, and would require a routine / custom java code. https://github.com/apache/mina-sshd/blob/master/docs/port-forwarding.md&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2022 09:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320145#M90317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-04T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Redshift Connectivity through SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320146#M90318</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So should we connect to the bastion server, and then install talend on the server and connect directly to redshift from there? I dont think that is how SSH should work nor the bastion server. Can you please tell if Talend has the capability to give the SSH details in the job itself and make a connection to Redshift?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 00:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320146#M90318</guid>
      <dc:creator>RBhupathiraju</dc:creator>
      <dc:date>2022-09-07T00:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Redshift Connectivity through SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320147#M90319</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Currently we don't have such component that would allow you to create an SSH tunnel towards a bastion server.&lt;/P&gt;&lt;P&gt;This is usually something you'd need to do at the server level, outside of Talend. On the jobserver / Remote engine server create an SSH tunnel towards/through your bastion, and then let Talend connect to this tunnel. Depending on the tunnel setup this might be a localhost entry or you might be using a dedicated computer.&lt;/P&gt;&lt;P&gt;I.e.:&lt;/P&gt;&lt;P&gt;Talend -&amp;gt; tunnel -&amp;gt; redshift&lt;/P&gt;&lt;P&gt;Where tunnel could be:&lt;/P&gt;&lt;P&gt;localhost:port -&amp;gt; bastion&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;remote_host:port -&amp;gt; bastion&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 15:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320147#M90319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-08T15:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Redshift Connectivity through SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320148#M90320</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I will work with my network team on this.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 01:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320148#M90320</guid>
      <dc:creator>RBhupathiraju</dc:creator>
      <dc:date>2022-09-12T01:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Redshift Connectivity through SSH</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320149#M90321</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are finally able to make a connection to redshift from Talend without using the SSH command within Talend Studio.  Below are the steps we followed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) A Batch file is setup to open a connection to bastion&lt;/P&gt;&lt;P&gt;the batch file `ssh -T -N -i C:/xxxx/Privatekey -L 5439:xxxxxxxx.ap-southeast-2.redshift.amazonaws.com:5439 username@bastionIP &amp;amp;&lt;/P&gt;&lt;P&gt;pause&lt;/P&gt;&lt;P&gt;(The &amp;amp; and the pause are to keep the connection and the command open)&lt;/P&gt;&lt;P&gt;2) In talend, we scrapped the command step, as Talend just runs then closes this step.&lt;/P&gt;&lt;P&gt;3) In Talend, we modified the host to 127.0.0.1 which is the universal “localhost” address, this tells Talend to look for the connection “on the same machine that we are running on”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 00:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Redshift-Connectivity-through-SSH/m-p/2320149#M90321</guid>
      <dc:creator>RBhupathiraju</dc:creator>
      <dc:date>2022-09-15T00:45:29Z</dc:date>
    </item>
  </channel>
</rss>

