<?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: Using SSH and .pem file connect to Redshift DB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248891#M33596</link>
    <description>&lt;P&gt;I found here a solution how to use tSSHTunnel or to use the cmd command to use ssh tunnel with private key.&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/53941259/talend-tsshtunnel-usage" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/53941259/talend-tsshtunnel-usage&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mb4b"&gt;ssh.JPG&lt;/A&gt;</description>
    <pubDate>Thu, 18 Jun 2020 22:54:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-18T22:54:04Z</dc:date>
    <item>
      <title>Using SSH and .pem file connect to Redshift DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248887#M33592</link>
      <description>&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a scenario where I want to connect to Redshift db and start reading data from redshift tables using SSH tunnel plus .pem file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know how can I do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Harshal.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248887#M33592</guid>
      <dc:creator>Parikhharshal</dc:creator>
      <dc:date>2024-11-16T03:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSH and .pem file connect to Redshift DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248888#M33593</link>
      <description>&lt;P&gt;Anyone has got any idea on this? Please share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried configuring custom ssh component and built job like this but getting the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 21:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248888#M33593</guid>
      <dc:creator>Parikhharshal</dc:creator>
      <dc:date>2020-01-14T21:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSH and .pem file connect to Redshift DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248889#M33594</link>
      <description>&lt;P&gt;Did you find the solution for this? I also have similar requirement. Please share what you have done to connect to Redshift through SSH Tunnel&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 21:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248889#M33594</guid>
      <dc:creator>Talenduser1</dc:creator>
      <dc:date>2020-03-03T21:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSH and .pem file connect to Redshift DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248890#M33595</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQpQAAW"&gt;@Gopal&lt;/A&gt;&amp;nbsp; I think current ssh component is faulty.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I implemented the same using following command in .cmd file and scheduled in task scheduler and running all the time on the Talend sevrer. So Talend can SSH anytime into tunnel and connect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ssh -N -L 54321:XXXXXX.rds.amazonaws.com:5432 user-name@ec2-XXXXX.com -i C:/ETL/XXX.pem Username-sol-XXXXX.pem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Working absolutely fine.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 04:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248890#M33595</guid>
      <dc:creator>Parikhharshal</dc:creator>
      <dc:date>2020-03-04T04:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSH and .pem file connect to Redshift DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248891#M33596</link>
      <description>&lt;P&gt;I found here a solution how to use tSSHTunnel or to use the cmd command to use ssh tunnel with private key.&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/53941259/talend-tsshtunnel-usage" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/53941259/talend-tsshtunnel-usage&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mb4b"&gt;ssh.JPG&lt;/A&gt;</description>
      <pubDate>Thu, 18 Jun 2020 22:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248891#M33596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-18T22:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSH and .pem file connect to Redshift DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248892#M33597</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOHkAAO"&gt;@aser&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What I found out is there were different issues with this component so finally I manahed to write the script on the server which always runs in the background and port will remain open as long as script runs.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The powershell script looks like like this:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;ssh -N -L 54321&lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://community.qlik.com/" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;Bservernamewhereyouareconnectingto:5432 ec2-user@whereyouareconnectingfrom -i C:/ETL/test.pem dwuser-bastionhost.pem&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this makes sense.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 23:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-SSH-and-pem-file-connect-to-Redshift-DB/m-p/2248892#M33597</guid>
      <dc:creator>Parikhharshal</dc:creator>
      <dc:date>2020-06-18T23:01:45Z</dc:date>
    </item>
  </channel>
</rss>

