<?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: SSH CONFIGURATION in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071288#M51188</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share the packet tracer file?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 08:35:34 GMT</pubDate>
    <dc:creator>omz</dc:creator>
    <dc:date>2020-04-22T08:35:34Z</dc:date>
    <item>
      <title>SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071282#M51187</link>
      <description>&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;hi everyone i am setting up a lab on cisco packet tracer to create an access via ssh.&lt;/SPAN&gt; &lt;SPAN&gt;I created both a dns server (from which the encryption keys will be generated via ssh), two PCs and a switch in the center.&lt;/SPAN&gt; &lt;SPAN&gt;On the switch I configured the vlan 1 (the only vlan), with ip 192.168.1.5 while the dns server, pc1 and pc 2 respectively 1.2, 1.3 and 1.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pings work properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I go to pc1 from the telnet / ssh icon and try to connect with ssh with ip 192.168.1.5 it always gives me this message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;The current session has closed.&lt;/SPAN&gt; &lt;SPAN class=""&gt;Do you want restablish a new session with the previous session options?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;However in the ssh configuration I set username and password as per exercise in the initial ssh configuration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;What did I do wrong?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:25:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071282#M51187</guid>
      <dc:creator>PietroPoliseno27977</dc:creator>
      <dc:date>2020-04-22T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071288#M51188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share the packet tracer file?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:35:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071288#M51188</guid>
      <dc:creator>omz</dc:creator>
      <dc:date>2020-04-22T08:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071346#M51189</link>
      <description>I have tried to attach the file but it does not allow me to attach the .pkt extension of cisco packet tracer how can I do?</description>
      <pubDate>Wed, 22 Apr 2020 09:37:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071346#M51189</guid>
      <dc:creator>PietroPoliseno27977</dc:creator>
      <dc:date>2020-04-22T09:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071355#M51190</link>
      <description>try zipping the file before attaching</description>
      <pubDate>Wed, 22 Apr 2020 09:44:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071355#M51190</guid>
      <dc:creator>omz</dc:creator>
      <dc:date>2020-04-22T09:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071370#M51191</link>
      <description>&lt;P&gt;Ah ok thank. this is file&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:08:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071370#M51191</guid>
      <dc:creator>PietroPoliseno27977</dc:creator>
      <dc:date>2020-04-22T10:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071430#M51192</link>
      <description>&lt;P&gt;Are you trying to ssh to the switch?&lt;/P&gt;&lt;P&gt;there is no ip address configured on the switch&lt;/P&gt;&lt;P&gt;try this on switch -&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;int vlan 1
ip add 192.168.1.5 255.255.255.0
no sh
exit

line vty 0 4
transport input ssh 
exit&lt;/PRE&gt;&lt;P&gt;Then use the telnet/ssh client to connect to 192.168.1.5 from the PC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 11:29:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071430#M51192</guid>
      <dc:creator>omz</dc:creator>
      <dc:date>2020-04-22T11:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071458#M51193</link>
      <description>it worked, however, before launching the commands you posted, I launched show running config and I saw that vlan1 was set as why? Then why did you use the "no sh" command?</description>
      <pubDate>Wed, 22 Apr 2020 12:11:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071458#M51193</guid>
      <dc:creator>PietroPoliseno27977</dc:creator>
      <dc:date>2020-04-22T12:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071460#M51194</link>
      <description>however I had skipped the transport input ssh command. But in the ccna book that I am studying official book icdn / 1 and 2 there is the configuration of the ssh the procedure then after a few more pages it talks about the transport input command ssh I thought that the exercise could already be done without the command was there in my opinion mistake</description>
      <pubDate>Wed, 22 Apr 2020 12:15:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071460#M51194</guid>
      <dc:creator>PietroPoliseno27977</dc:creator>
      <dc:date>2020-04-22T12:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071501#M51195</link>
      <description>&lt;P&gt;the packet tracer file you gave had vlan 1 administratively shutdown and no ip address&amp;nbsp;&lt;/P&gt;&lt;P&gt;once you assign an ip address you have to do unshut the interface to make it active&lt;/P&gt;&lt;P&gt;thats why i used no shut&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:06:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071501#M51195</guid>
      <dc:creator>omz</dc:creator>
      <dc:date>2020-04-22T13:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071619#M51196</link>
      <description>yes thank you for everything I finished the chapter and I understood everything. From what I understand cisco you must first finish the chapter you cannot immediately follow the examples page by page but first finish the chapter and then execute. anyway thanks for everything</description>
      <pubDate>Wed, 22 Apr 2020 15:35:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071619#M51196</guid>
      <dc:creator>PietroPoliseno27977</dc:creator>
      <dc:date>2020-04-22T15:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: SSH CONFIGURATION</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071637#M51197</link>
      <description>glad to help!&lt;BR /&gt;and yes its good to read through the chapter and then experiment if you are learning new things ...&lt;BR /&gt;but if you are not afraid to experiment and ask questions .. the things you will learn this way .. you will never forget &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;good luck with your studies .. always ask questions .. this community is awesome and everyone is willing to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 22 Apr 2020 15:46:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-configuration/m-p/4071637#M51197</guid>
      <dc:creator>omz</dc:creator>
      <dc:date>2020-04-22T15:46:51Z</dc:date>
    </item>
  </channel>
</rss>

