<?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: Simple solution for connecting to a Postgres database over ssh tunnel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Simple-solution-for-connecting-to-a-Postgres-database-over-ssh/m-p/2369369#M132525</link>
    <description>&lt;P&gt;could you help with some screenshots how it got configured?  I am trying to connect hadoop cluster using ssh tunnel, but not able to connect from talend.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Aug 2021 10:29:19 GMT</pubDate>
    <dc:creator>HChandran1595899298</dc:creator>
    <dc:date>2021-08-28T10:29:19Z</dc:date>
    <item>
      <title>Simple solution for connecting to a Postgres database over ssh tunnel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-solution-for-connecting-to-a-Postgres-database-over-ssh/m-p/2369366#M132522</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use a tunneled ssh connection from our lan to the remote database in aws.  It seems that the Talend connection component (metadata&amp;gt;database connections&amp;gt;) does not include a simple interface for creating a tunneled connection.  Given tunneled connections are a common security requirement (particularly when database is hosted in aws) I would have thought there is a very simple solution?  Can anybody provide a simple config solution to allow me to define a tunneled connection in Talend Open Studio (Version: 7.2.1)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.  See attached.  This is how I connect to database using a tunnel in dbvis.  Surely it's this simple in Talend right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Glenn&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-solution-for-connecting-to-a-Postgres-database-over-ssh/m-p/2369366#M132522</guid>
      <dc:creator>suttong</dc:creator>
      <dc:date>2024-11-16T01:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Simple solution for connecting to a Postgres database over ssh tunnel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-solution-for-connecting-to-a-Postgres-database-over-ssh/m-p/2369367#M132523</link>
      <description>&lt;P&gt;@Glenn Sutton​&amp;nbsp;, since when your job run on AWS server you no need to connect to tunnel,since that data base would be local to that AWS server. when you are running your running from you local machine, you can connect to using command prompt to o connect that DB using SSH command . you can specify the user and password same but  port if your using forward post that you need to specify as a port and host would be 127.0.0.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the above way i have connected and working fine from local talend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 02:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-solution-for-connecting-to-a-Postgres-database-over-ssh/m-p/2369367#M132523</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-05T02:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simple solution for connecting to a Postgres database over ssh tunnel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-solution-for-connecting-to-a-Postgres-database-over-ssh/m-p/2369368#M132524</link>
      <description>&lt;P&gt;Thanks Manohar!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I did.&lt;/P&gt;&lt;P&gt;1. Created a tunneled connection using pUtty with particulars&lt;/P&gt;&lt;P&gt;Host Name: &amp;lt;my Amazon application server host&amp;gt;&lt;/P&gt;&lt;P&gt;Port: 22 (ssh)&lt;/P&gt;&lt;P&gt;Auth: (selected my private key location here&lt;/P&gt;&lt;P&gt;Tunnels:  &lt;/P&gt;&lt;P&gt;Source Port: 19999 (nominal - pick one &amp;gt; 19000)&lt;/P&gt;&lt;P&gt;Destination: &amp;lt;my Amazon database server - RDS instance&amp;gt;:&amp;lt;port&amp;gt; (postgres was 5432 e.g. &amp;lt;my database server name&amp;gt;:5432&lt;/P&gt;&lt;P&gt;2. Start the tunnel&lt;/P&gt;&lt;P&gt;3. Logon to host using my linux account and paraphrase for my private key &lt;/P&gt;&lt;P&gt;4. In Talend specify the connection as:&lt;/P&gt;&lt;P&gt;Host: localhost&lt;/P&gt;&lt;P&gt;Port: 19999&lt;/P&gt;&lt;P&gt;The rest of the database connection particulars as normal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All good!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next step is for me to see if I can use a Talend job to start the tunnel before any other job runs.  For now, I just start the tunnel in pUtty and then define connections (as above) and/or run my Talend jobs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 23:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-solution-for-connecting-to-a-Postgres-database-over-ssh/m-p/2369368#M132524</guid>
      <dc:creator>suttong</dc:creator>
      <dc:date>2020-08-10T23:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Simple solution for connecting to a Postgres database over ssh tunnel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-solution-for-connecting-to-a-Postgres-database-over-ssh/m-p/2369369#M132525</link>
      <description>&lt;P&gt;could you help with some screenshots how it got configured?  I am trying to connect hadoop cluster using ssh tunnel, but not able to connect from talend.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 10:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-solution-for-connecting-to-a-Postgres-database-over-ssh/m-p/2369369#M132525</guid>
      <dc:creator>HChandran1595899298</dc:creator>
      <dc:date>2021-08-28T10:29:19Z</dc:date>
    </item>
  </channel>
</rss>

