<?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: NetconfServiceProvider is not able to establish ssh tunnel in Tools</title>
    <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585194#M2273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please enable and post the ydk logs:&lt;/P&gt;&lt;P&gt;http://ydk.cisco.com/py/docs/guides/introduction.html#logging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 May 2018 19:04:45 GMT</pubDate>
    <dc:creator>abhirame</dc:creator>
    <dc:date>2018-05-13T19:04:45Z</dc:date>
    <item>
      <title>NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585193#M2272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi !&lt;BR /&gt;I ran out of ideas and ask for help &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Could you please explain issue which was lightly mentioned in the very end of this question ?:&lt;BR /&gt; &lt;A href="https://community.cisco.com/message/267555"&gt;Pointers on how to test YDK app on some opensource router with NETCONF support ?&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Details:&lt;BR /&gt;I use YDK 0.7.1&lt;BR /&gt;When I try to execute this piece of code&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #c586c0; font-size: 8pt;"&gt;&lt;STRONG&gt;from&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt; ydk.providers &lt;SPAN style="color: #c586c0;"&gt;import&lt;/SPAN&gt; NetconfServiceProvider&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;device = {&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ce9178;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "address"&lt;/SPAN&gt;:&lt;SPAN style="color: #ce9178;"&gt;"192.168.2.11"&lt;/SPAN&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ce9178;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "port"&lt;/SPAN&gt;:&lt;SPAN style="color: #b5cea8;"&gt;830&lt;/SPAN&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ce9178;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "username"&lt;/SPAN&gt;:&lt;SPAN style="color: #ce9178;"&gt;"ali"&lt;/SPAN&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ce9178;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "password"&lt;/SPAN&gt;:&lt;SPAN style="color: #ce9178;"&gt;"password"&lt;/SPAN&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ce9178;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "protocol"&lt;/SPAN&gt;:&lt;SPAN style="color: #ce9178;"&gt;"ssh"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;provider = NetconfServiceProvider(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #9cdcfe;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; address&lt;/SPAN&gt;=device[&lt;SPAN style="color: #ce9178;"&gt;"address"&lt;/SPAN&gt;], &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #9cdcfe;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; username&lt;/SPAN&gt;=device[&lt;SPAN style="color: #ce9178;"&gt;"username"&lt;/SPAN&gt;], &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #9cdcfe;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; password&lt;/SPAN&gt;=device[&lt;SPAN style="color: #ce9178;"&gt;"password"&lt;/SPAN&gt;], &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #9cdcfe;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol&lt;/SPAN&gt;=device[&lt;SPAN style="color: #ce9178;"&gt;"protocol"&lt;/SPAN&gt;], &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #9cdcfe;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port&lt;/SPAN&gt;=device[&lt;SPAN style="color: #ce9178;"&gt;"port"&lt;/SPAN&gt;]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I get such output :&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp; File "ydk/trash/3.py", line 13, in &amp;lt;module&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; provider = NetconfServiceProvider(address=device["address"], username=device["username"], password=device["password"], protocol=device["protocol"], port=device["port"])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;RuntimeError: YClientError: Could not connect to 192.168.2.11&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I tried both versions of interpretation(2.7 and 3.5), but result is the same&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;According to trace ssh&amp;nbsp; handshake was started, but stuck somewhere on the stage of authentication&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;At the same time, openssh is able to successfully establish session and receive hello message from server&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I ran such command&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;root@host~# ssh 192.168.2.11 -l ali -p 830 -s netconf&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Password:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;lt;!-- No zombies were killed during the creation of this user interface --&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;lt;!-- user ali, class j-super-user --&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;lt;nc:hello xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capabilities&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:netconf:base:1.0&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:netconf:capability:candidate:1.0&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:netconf:capability:confirmed-commit:1.0&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:netconf:capability:validate:1.0&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:netconf:capability:url:1.0?protocol=http,ftp,file&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:xml:ns:netconf:base:1.0&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:xml:ns:netconf:capability:candidate:1.0&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:xml:ns:netconf:capability:confirmed-commit:1.0&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:xml:ns:netconf:capability:validate:1.0&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:xml:ns:netconf:capability:url:1.0?protocol=http,ftp,file&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring&amp;lt;/nc:capability&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://xml.juniper.net/netconf/junos/1.0" rel="nofollow" target="_blank"&gt;http://xml.juniper.net/netconf/junos/1.0&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/nc:capability&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;nc:capability&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://xml.juniper.net/dmi/system/1.0" rel="nofollow" target="_blank"&gt;http://xml.juniper.net/dmi/system/1.0&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/nc:capability&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp; &amp;lt;/nc:capabilities&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;nbsp; &amp;lt;nc:session-id&amp;gt;69773&amp;lt;/nc:session-id&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 8pt;"&gt;&amp;lt;/nc:hello&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;]]&amp;gt;]]&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Question: what is the reason of issue and how to workaround it ?&lt;/SPAN&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2018 21:33:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585193#M2272</guid>
      <dc:creator>aligang1988</dc:creator>
      <dc:date>2018-05-12T21:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585194#M2273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please enable and post the ydk logs:&lt;/P&gt;&lt;P&gt;http://ydk.cisco.com/py/docs/guides/introduction.html#logging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 19:04:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585194#M2273</guid>
      <dc:creator>abhirame</dc:creator>
      <dc:date>2018-05-13T19:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585195#M2274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now code looks like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ydk) testuser@host:~/ydk/tests$ cat 3.py &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt;"&gt;from ydk.providers import NetconfServiceProvider&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;import logging&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;log_ydk = logging.getLogger('ydk')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;log_ydk.setLevel(logging.DEBUG)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;handler = logging.StreamHandler()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;log_ydk.addHandler(handler)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;device = {"address":"192.168.2.11", "port":830, "username":"ali", "password":"gp36s8s8", "protocol":"ssh"}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt;"&gt;provider = NetconfServiceProvider(address=device["address"], username=device["username"], password=device["password"], protocol=device["protocol"], port=device["port"])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(ydk) testuser@host:~/ydk/tests$ python3 3.py&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;BR /&gt;&lt;EM&gt;##Then it stuck for &lt;SPAN style="font-size: 13.3333px;"&gt;approx &lt;/SPAN&gt;2 minutes , and output provided:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt;"&gt;Connection error occurred: Starting the SSH session failed (Socket error: disconnected)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Trace: Error code 2.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Could not connect to 192.168.2.11&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp; File "3.py", line 12, in &amp;lt;module&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; provider = NetconfServiceProvider(address=device["address"], username=device["username"], password=device["password"], protocol=device["protocol"], port=device["port"])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt;"&gt;RuntimeError: YClientError: Could not connect to 192.168.2.11&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 May 2018 22:34:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585195#M2274</guid>
      <dc:creator>aligang1988</dc:creator>
      <dc:date>2018-05-13T22:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585196#M2275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Doesn't look like the log contains much information. Is that all the output you saw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the message here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/message/269519"&gt;Re: Pointers on how to test YDK app on some opensource router with NETCONF support ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the problem is that your server expects a openssh connection whereas the default implementation of YDK is for llibssh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internally, YDK uses the 3rd party library libnetconf to establish netconf connections. From &lt;A href="https://github.com/CESNET/libnetconf/blob/master/INSTALL#L21"&gt;their docs&lt;/A&gt;, looks like libnetconf provides an option to disable lissh at compile time using --disable-libssh option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/CiscoDevNet/ydk-gen/blob/master/sdk/cpp/core/CMakeLists.txt#L363"&gt;This is the line&lt;/A&gt; in YDK CMake file where libnetconf is compiled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #fffbdd;"&gt;CONFIGURE_COMMAND &lt;/SPAN&gt;&lt;SPAN class="pl-s" style="color: #032f62; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;"./configure"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #24292e; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; background-color: #fffbdd;"&gt;CONFIGURE_COMMAND &lt;/SPAN&gt;&lt;SPAN class="pl-s" style="color: #032f62; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;"./configure --disable-libssh"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pl-s" style="color: #032f62; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make the above, follow the below steps. After changing the above line, you can regenerate and install libydk &amp;amp; the ydk core python package:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;# First uninstall libydk

# Ubuntu
apt-get remove libydk
# Centos
rpm -q libydk

# Remove ydk python core
pip uninstall ydk

# Clone ydk-gen and checkout 0.7.1 tag

git clone https://github.com/CiscoDevNet/ydk-gen.git -b 0.7.1
cd ydk-gen
# Change the above line and save the file
vi sdk/cpp/core/CMakeLists.txt

# Generate &amp;amp; install libydk
./generate.py --libydk
[sudo] make -C gen-api/cpp/ydk/build install

# Generate &amp;amp; install ydk python core
./generate.py --core --python
pip install gen-api/python/ydk/dist/ydk-07.1*.tar.gz

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 17:29:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585196#M2275</guid>
      <dc:creator>abhirame</dc:creator>
      <dc:date>2018-05-14T17:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585197#M2276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, unfortunately that is all log output.&lt;/P&gt;&lt;P&gt;after changing&amp;nbsp; line in ydk-gen/sdk/cpp/core/CMakeLists.txt&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;from&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; color: #24292e; background-color: #fffbdd;"&gt;CONFIGURE_COMMAND &lt;/SPAN&gt;&lt;SPAN class="pl-s" style="font-weight: inherit; font-style: inherit; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; color: #032f62;"&gt;"./configure"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;to&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; color: #24292e; background-color: #fffbdd;"&gt;CONFIGURE_COMMAND &lt;/SPAN&gt;&lt;SPAN class="pl-s" style="font-weight: inherit; font-style: inherit; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; color: #032f62;"&gt;"./configure --disable-libssh"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running of&amp;nbsp; &lt;EM&gt;sudo make -C gen-api/cpp/ydk/build install&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Brought to such result&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&amp;nbsp; 4%] Performing configure step for 'project_libnetconf'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/bin/sh: 1: ./configure --disable-libssh: not found&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;CMakeFiles/project_libnetconf.dir/build.make:108: recipe for target 'project_libnetconf/src/project_libnetconf-stamp/project_libnetconf-configure' failed&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make[2]: *** [project_libnetconf/src/project_libnetconf-stamp/project_libnetconf-configure] Error 127&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make[2]: Leaving directory '/home/alex-limonov/ydk0.7.1_py3.5/ydk-gen/gen-api/cpp/ydk/build'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CMakeFiles/Makefile2:174: recipe for target 'CMakeFiles/project_libnetconf.dir/all' failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make[1]: *** [CMakeFiles/project_libnetconf.dir/all] Error 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make[1]: Leaving directory '/home/alex-limonov/ydk0.7.1_py3.5/ydk-gen/gen-api/cpp/ydk/build'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Makefile:149: recipe for target 'all' failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make: *** [all] Error 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make: Leaving directory '/home/alex-limonov/ydk0.7.1_py3.5/ydk-gen/gen-api/cpp/ydk/build'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I changed line in&amp;nbsp; &lt;EM&gt;gen-api/cpp/ydk/build/CMakeFiles/project_libnetconf.dir/build.make&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;from&lt;/P&gt;&lt;P&gt;&lt;EM&gt;cd /home/alex-limonov/ydk0.7.1_py3.5/ydk-gen/gen-api/cpp/ydk/build/project_libnetconf/src/project_libnetconf &amp;amp;&amp;amp; "./configure --disable-libssh"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;EM&gt; cd /home/alex-limonov/ydk0.7.1_py3.5/ydk-gen/gen-api/cpp/ydk/build/project_libnetconf/src/project_libnetconf &amp;amp;&amp;amp; ./configure --disable-libssh&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And ran &lt;EM style="font-size: 13.3333px;"&gt;sudo make -C gen-api/cpp/ydk/build install &lt;/EM&gt;again.&lt;BR /&gt;This time another error were returned and pretty later&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CMakeFiles/ydk.dir/build.make:662: recipe for target 'CMakeFiles/ydk.dir/src/netconf_ssh_client.cpp.o' failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make[2]: *** [CMakeFiles/ydk.dir/src/netconf_ssh_client.cpp.o] Error 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make[2]: Leaving directory '/home/alex-limonov/ydk0.7.1_py3.5/ydk-gen/gen-api/cpp/ydk/build'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CMakeFiles/Makefile2:100: recipe for target 'CMakeFiles/ydk.dir/all' failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make[1]: *** [CMakeFiles/ydk.dir/all] Error 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make[1]: Leaving directory '/home/alex-limonov/ydk0.7.1_py3.5/ydk-gen/gen-api/cpp/ydk/build'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Makefile:149: recipe for target 'all' failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make: *** [all] Error 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;make: Leaving directory '/home/alex-limonov/ydk0.7.1_py3.5/ydk-gen/gen-api/cpp/ydk/build'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(more verbse description of error in attachement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 09:41:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585197#M2276</guid>
      <dc:creator>aligang1988</dc:creator>
      <dc:date>2018-05-15T09:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585198#M2277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies. Please remove the quotes as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONFIGURE_COMMAND "./configure"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONFIGURE_COMMAND ./configure --disable-libssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the other errors, looks like there needs to be some more changes done on YDK side. We can take a look. Based on current schedule, this could take a while. But in the meanwhile, feel free to take a shot at making any code changes that can help you with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 15:59:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585198#M2277</guid>
      <dc:creator>abhirame</dc:creator>
      <dc:date>2018-05-15T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585199#M2278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood !&lt;BR /&gt;Thank you for your time !&lt;BR /&gt;Whether I could find&amp;nbsp; a workaround&amp;nbsp; I will post here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 11:37:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585199#M2278</guid>
      <dc:creator>aligang1988</dc:creator>
      <dc:date>2018-05-16T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585200#M2279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I could make ssh connection work&lt;BR /&gt;To do this i have downloaded libssh sources and build it locally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;## first removed all existing libssh packages from my system and then :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;git clone &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://git.libssh.org/projects/libssh.git" rel="nofollow" target="_blank"&gt;https://git.libssh.org/projects/libssh.git&lt;/A&gt;&lt;SPAN&gt; libssh&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;cd libssh&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;mkdir bin&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;cd bin&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;cmake&amp;nbsp; -DCMAKE_BUILD_TYPE=RelWithDebInfo&amp;nbsp; ..&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;cmake .&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;apt install checkinstall&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;sudo checkinstall&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that I&amp;nbsp; followed your recommendation&amp;nbsp; to generate &amp;amp; install libydk and&amp;nbsp; ydk-python-core!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 11:02:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585200#M2279</guid>
      <dc:creator>aligang1988</dc:creator>
      <dc:date>2018-05-17T11:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585201#M2280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked! &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 17:11:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3585201#M2280</guid>
      <dc:creator>abhirame</dc:creator>
      <dc:date>2018-05-22T17:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3873781#M2281</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have same problem, and have no luck fixing it. I am stuck in building libydk. I get same error line in&amp;nbsp;&lt;SPAN&gt;aligang1988 attached output file. Maybe I am using wrong libssh version?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 15:15:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3873781#M2281</guid>
      <dc:creator>Barzdukas</dc:creator>
      <dc:date>2019-06-16T15:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: NetconfServiceProvider is not able to establish ssh tunnel</title>
      <link>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3874222#M2282</link>
      <description>Solved, by using libssh version 0.7.7 and did not use "--disable-libssh" while building cpp core.&lt;BR /&gt;Seems that problem is with libssh version 0.6.4 which is default in docker image.</description>
      <pubDate>Mon, 17 Jun 2019 12:32:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/netconfserviceprovider-is-not-able-to-establish-ssh-tunnel/m-p/3874222#M2282</guid>
      <dc:creator>Barzdukas</dc:creator>
      <dc:date>2019-06-17T12:32:05Z</dc:date>
    </item>
  </channel>
</rss>

