<?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 not working in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582138#M560141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mitang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to above metioned, please share the following:&lt;/P&gt;&lt;P&gt;1) public IP of workstation from where you are trying to access&lt;/P&gt;&lt;P&gt;2) output of "show run ssh"&lt;/P&gt;&lt;P&gt;3) version of ASA code running&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Please reply back if you need any further assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Chirag&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;P.S.: Please mark this thread as answered if you feel your query is answered. Do rate helpful posts.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2011 05:37:39 GMT</pubDate>
    <dc:creator>csaxena</dc:creator>
    <dc:date>2011-03-15T05:37:39Z</dc:date>
    <item>
      <title>ssh not working</title>
      <link>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582134#M560133</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we try to connect server from internet outside system and when we check from local server its accessible form local server but from internet not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we checked above by telnet x.x.x.x 22&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:05:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582134#M560133</guid>
      <dc:creator>mitang.prajapati</dc:creator>
      <dc:date>2019-03-11T20:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582135#M560135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mitang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would need some more details about your setup before we can guide you toward a solution. What kind of firewall do you have in front of this server and what version of software does it run? What type of configuration have you already done to get this to work? What do the firewall logs show when you try to connect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, you'll usually need to ensure you have the correct permissions (i.e. ACLs), translations (i.e. NAT), and routes in place to get this traffic through the firewall. For example, on the ASA platform running 8.2 or older, you would probably need at least the following configuration:&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;! Permissions&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host &lt;PUBLIC_IP&gt; eq ssh&lt;/PUBLIC_IP&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;! Translations&lt;/P&gt;&lt;P&gt;static (inside,outside) &lt;PUBLIC_IP&gt; &lt;PRIVATE_IP&gt; netmask 255.255.255.255&lt;/PRIVATE_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2011 22:06:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582135#M560135</guid>
      <dc:creator>mirober2</dc:creator>
      <dc:date>2011-03-13T22:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582136#M560137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;thanks for support,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we have ASA5540&lt;/P&gt;&lt;P&gt;and as of you said we have same configuration done at our side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please let me&amp;nbsp; know if any other change we can do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 03:58:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582136#M560137</guid>
      <dc:creator>mitang.prajapati</dc:creator>
      <dc:date>2011-03-14T03:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582137#M560139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mitang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you start by sharing the output of 'packet-tracer in outside tcp &lt;CLIENT_IP&gt; 12345 &lt;PUBLIC_IP&gt; 22'?&lt;/PUBLIC_IP&gt;&lt;/CLIENT_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please let us know what syslogs are generated when the connection fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 13:41:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582137#M560139</guid>
      <dc:creator>mirober2</dc:creator>
      <dc:date>2011-03-14T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: ssh not working</title>
      <link>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582138#M560141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mitang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to above metioned, please share the following:&lt;/P&gt;&lt;P&gt;1) public IP of workstation from where you are trying to access&lt;/P&gt;&lt;P&gt;2) output of "show run ssh"&lt;/P&gt;&lt;P&gt;3) version of ASA code running&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Please reply back if you need any further assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Chirag&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;P.S.: Please mark this thread as answered if you feel your query is answered. Do rate helpful posts.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 05:37:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-not-working/m-p/1582138#M560141</guid>
      <dc:creator>csaxena</dc:creator>
      <dc:date>2011-03-15T05:37:39Z</dc:date>
    </item>
  </channel>
</rss>

