<?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>question Re: [NIFI] : listSFTP Auth fail in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175801#M67595</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10363/maykiwogno.html" nodeid="10363"&gt;@mayki wogno&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10363/maykiwogno.html" nodeid="10363"&gt;&lt;/A&gt;Does the above comment make sense to you?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 19:54:30 GMT</pubDate>
    <dc:creator>Wynner</dc:creator>
    <dc:date>2017-09-07T19:54:30Z</dc:date>
    <item>
      <title>[NIFI] : listSFTP Auth fail</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175799#M67593</link>
      <description>&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;I Got this error, but i don't know where is an issue in listSFTP processor &lt;/P&gt;&lt;P&gt;The command line works&lt;/P&gt;&lt;PRE&gt;sftp -o StrictHostKeyChecking=no  -oIdentityFile=/home/xxx/id_dsa XXXX@x.x.33.5&lt;/PRE&gt;&lt;P&gt;In the processor listFSTP&lt;/P&gt;&lt;PRE&gt;Username : XXXX
Strict Host Key Checking : true or false (same errors)
Host Key File : /home/xxx/id_dsa
&lt;/PRE&gt;&lt;P&gt;And this error : &lt;/P&gt;&lt;PRE&gt;2017-09-04 14:04:16,655 ERROR [Timer-Driven Process Thread-2] o.a.nifi.processors.standard.ListSFTP ListSFTP[id=3c8b4625-015e-1000-ffff-ffffda2b4cb0] Failed to perform listing on remote host due to java.io.IOException: Failed to obtain connection to remote host due to com.jcraft.jsch.JSchException: Auth fail: {}
java.io.IOException: Failed to obtain connection to remote host due to com.jcraft.jsch.JSchException: Auth fail
        at org.apache.nifi.processors.standard.util.SFTPTransfer.getChannel(SFTPTransfer.java:447)
        at org.apache.nifi.processors.standard.util.SFTPTransfer.getListing(SFTPTransfer.java:184)
        at org.apache.nifi.processors.standard.util.SFTPTransfer.getListing(SFTPTransfer.java:148)
        at org.apache.nifi.processors.standard.ListFileTransfer.performListing(ListFileTransfer.java:104)
        at org.apache.nifi.processor.util.list.AbstractListProcessor.onTrigger(AbstractListProcessor.java:340)
        at org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:27)
        at org.apache.nifi.controller.StandardProcessorNode.onTrigger(StandardProcessorNode.java:1120)
        at org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:147)
        at org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:47)
        at org.apache.nifi.controller.scheduling.TimerDrivenSchedulingAgent$1.run(TimerDrivenSchedulingAgent.java:132)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
Caused by: com.jcraft.jsch.JSchException: Auth fail
        at com.jcraft.jsch.Session.connect(Session.java:519)
        at com.jcraft.jsch.Session.connect(Session.java:183)
        at org.apache.nifi.processors.standard.util.SFTPTransfer.getChannel(SFTPTransfer.java:433)
        ... 16 common frames omitted

&lt;/PRE&gt;&lt;P&gt;thanks for yours helps&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 19:21:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175799#M67593</guid>
      <dc:creator>maykiwogno</dc:creator>
      <dc:date>2017-09-04T19:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: [NIFI] : listSFTP Auth fail</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175800#M67594</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10363/maykiwogno.html" nodeid="10363"&gt;@mayki wogno&lt;/A&gt;&lt;P&gt;What user are you running NiFi as?  If it isn't the same user you are using to login with, then the NiFi user won't be able to access the private key in the other user's home directory.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 22:06:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175800#M67594</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2017-09-04T22:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: [NIFI] : listSFTP Auth fail</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175801#M67595</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10363/maykiwogno.html" nodeid="10363"&gt;@mayki wogno&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10363/maykiwogno.html" nodeid="10363"&gt;&lt;/A&gt;Does the above comment make sense to you?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 19:54:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175801#M67595</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2017-09-07T19:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: [NIFI] : listSFTP Auth fail</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175802#M67596</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10363/maykiwogno.html" nodeid="10363"&gt;@mayki wogno&lt;/A&gt;&lt;P&gt;Are you still seeing this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 03:38:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175802#M67596</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2017-09-12T03:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: [NIFI] : listSFTP Auth fail</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175803#M67597</link>
      <description>&lt;P&gt;Hi, the issue is about my private key&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 16:31:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-listSFTP-Auth-fail/m-p/175803#M67597</guid>
      <dc:creator>maykiwogno</dc:creator>
      <dc:date>2017-09-12T16:31:40Z</dc:date>
    </item>
  </channel>
</rss>

