<?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 from my remote PIX I see in in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655405#M201302</link>
    <description>&lt;P&gt;from my remote PIX I see in the logs:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 710003: UDP access denied by ACL from 10.10.0.109/xxxx to inside:10.10.0.1/snmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where xxxx are random numners, 10.10.0.109 is my TFTP server and 10.10.0.1 is my inside interface on the PIX.&lt;/P&gt;&lt;P&gt;I do not see any ACL listed in the PIX that should be blocking anything, I have several of these messages in the logs&amp;nbsp;could this be what is stopping the tftp transfer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2015 17:13:11 GMT</pubDate>
    <dc:creator>Jon Moots</dc:creator>
    <dc:date>2015-03-10T17:13:11Z</dc:date>
    <item>
      <title>SSH management not working</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655392#M201289</link>
      <description>&lt;P&gt;I have a question on an old 8.0(3) ASA. I inherited these from a previous developer and am having trouble getting into them through SSH from a remote location.&lt;/P&gt;&lt;P&gt;Here is a rough setup for them:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - I am in a remote office with 10.10.10.0 IP Subnet setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;- I have a VPN tunnel going to a Data Center from the remote office&amp;nbsp;with the IP subnet for the DC as 20.20.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; - On the 20.20.0.0. subnet I have an ASA with the inside address of 20.20.0.1/24, and 3 server with the&amp;nbsp;IP address of 20.20.0.2-4/24.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GIVEN: I can remote into the servers via SSH from the office 10.10.0.0.network with no problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I can also&amp;nbsp;use SSH&amp;nbsp;from the servers to the ASA and get into the ASA.&lt;/P&gt;&lt;P&gt;Where I have a problem is trying to get to the ASA with SSH from the remote office&amp;nbsp;location. I have SSH turned on for the inside interface for 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;I have AAA authentication via LOCAL database, all of that is there, I just cant get to the ASA from the remote site and not sure what to look for with it being an older version of the ASA software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does have an access list for no-nat:&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 20.20.0.0 255.255.0.0 office 255.255.255.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ****(Where office is defined as 10.10.0.0.)****&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list nonat&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I looking in the right direction or way off here?&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P&gt;-Jon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:36:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655392#M201289</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2019-03-12T05:36:53Z</dc:date>
    </item>
    <item>
      <title>Is the VPN terminating on the</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655393#M201290</link>
      <description>&lt;P&gt;Is the VPN terminating on the ASA you are trying to manage?&lt;/P&gt;&lt;P&gt;If so do you have the command &lt;STRONG&gt;management-access inside&lt;/STRONG&gt; (where inside is the name of the interface) configured?&lt;/P&gt;&lt;P&gt;If adding that command doesn't work, try generating a new RSA key to use for the SSH session&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;crypto key generate rsa modulus 1024&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 18:13:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655393#M201290</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-03-09T18:13:25Z</dc:date>
    </item>
    <item>
      <title>Thank you Marius, The</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655394#M201291</link>
      <description>&lt;P&gt;Thank you Marius,&lt;/P&gt;&lt;P&gt;&amp;nbsp;The management-access interface command worked. There was nothing in there at all for that. Did not know it needed one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 18:31:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655394#M201291</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2015-03-09T18:31:39Z</dc:date>
    </item>
    <item>
      <title>One last question for you.</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655395#M201292</link>
      <description>&lt;P&gt;One last question for you. Once I am in, I am trying to copy via tftp back to the server on the remote office network. The ASA will not connect to it or ping it. Do I have to add something into it to get it to see the office network?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 18:39:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655395#M201292</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2015-03-09T18:39:17Z</dc:date>
    </item>
    <item>
      <title>How are you copying and what</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655396#M201293</link>
      <description>&lt;P&gt;How are you copying and what are you copying to the server?&lt;/P&gt;&lt;P&gt;Since VPN terminates on the ASA, you may need to add the commands:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tftp-sever inside &amp;lt;server IP&amp;gt; disk0:/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;replace disk0 with the location where the file you want to copy is.&lt;/P&gt;&lt;P&gt;then issue the command &lt;STRONG&gt;copy disk0: tftp:&lt;/STRONG&gt; and fill in the require information.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 20:28:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655396#M201293</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-03-09T20:28:06Z</dc:date>
    </item>
    <item>
      <title>Hi Jon, For your reference</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655397#M201294</link>
      <description>&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your reference "management-access interface" can be used to source the traffic from the same interface for site to site vpn, incase we don't have access to any internal host machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa82/command/reference/cmd_ref/s4.html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope the information is helpful!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tushar Bangia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note : Please do rate the post if you find it helpful!!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 03:45:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655397#M201294</guid>
      <dc:creator>Tushar Bangia</dc:creator>
      <dc:date>2015-03-10T03:45:43Z</dc:date>
    </item>
    <item>
      <title>I am trying to do a Copy</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655398#M201295</link>
      <description>&lt;P&gt;I am trying to do a &lt;STRONG&gt;Copy running-config tftp &lt;/STRONG&gt;command to get the running configs backed up to an offsite location.&lt;/P&gt;&lt;P&gt;So the command above, do I replace the disk0:/ with running-config? Disk0: will give me all of the files but nothing for configurations.&lt;/P&gt;&lt;P&gt;-Jon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:22:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655398#M201295</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2015-03-10T12:22:59Z</dc:date>
    </item>
    <item>
      <title>Thank you Tushar, I will look</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655399#M201296</link>
      <description>&lt;P&gt;Thank you Tushar, I will look into this as well.&lt;/P&gt;&lt;P&gt;-Jon&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:23:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655399#M201296</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2015-03-10T12:23:37Z</dc:date>
    </item>
    <item>
      <title>disk0 was just an example as</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655400#M201297</link>
      <description>&lt;P&gt;disk0 was just an example as that is where my config file is located on my ASA.&lt;/P&gt;&lt;P&gt;yes, you would just need to replace disk0 with running-config.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;Please remember to select a correct answer and rate helpful posts&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:36:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655400#M201297</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-03-10T12:36:58Z</dc:date>
    </item>
    <item>
      <title>OK, I got the command down,</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655401#M201298</link>
      <description>&lt;P&gt;OK, I got the command down, now I am getting a time-out error when trying to connect. I cannot ping from the ASA interface to the remote office interface or the workstation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;That does not sound right since I can remote from the workstation to the ASA and its fine.&lt;/P&gt;&lt;P&gt;AM I missing something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:46:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655401#M201298</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2015-03-10T12:46:36Z</dc:date>
    </item>
    <item>
      <title>You will not be able to ping</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655402#M201299</link>
      <description>&lt;P&gt;You will not be able to ping from the ASA to the workstation over the VPN, to test connectivity you would need to ping from a workstation on the inside interface. &amp;nbsp;So this is expected behavior.&lt;/P&gt;&lt;P&gt;try changing the command to &lt;STRONG&gt;tftp-server outside&lt;/STRONG&gt; and test&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;Please remember to select a correct answer and rate helpful posts&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:55:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655402#M201299</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-03-10T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Still time-out. Could it be</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655403#M201300</link>
      <description>&lt;P&gt;Still time-out. Could it be something on the remote PIX that is stopping it from coming back in to the tftp workstation?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 14:51:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655403#M201300</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2015-03-10T14:51:00Z</dc:date>
    </item>
    <item>
      <title>That would be the next thing</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655404#M201301</link>
      <description>&lt;P&gt;That would be the next thing to check. &amp;nbsp;It is very likely that there is something stopping it on the PIX.&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;Please remember to select a correct answer and rate helpful posts&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 14:52:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655404#M201301</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-03-10T14:52:35Z</dc:date>
    </item>
    <item>
      <title>from my remote PIX I see in</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655405#M201302</link>
      <description>&lt;P&gt;from my remote PIX I see in the logs:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 710003: UDP access denied by ACL from 10.10.0.109/xxxx to inside:10.10.0.1/snmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where xxxx are random numners, 10.10.0.109 is my TFTP server and 10.10.0.1 is my inside interface on the PIX.&lt;/P&gt;&lt;P&gt;I do not see any ACL listed in the PIX that should be blocking anything, I have several of these messages in the logs&amp;nbsp;could this be what is stopping the tftp transfer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 17:13:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655405#M201302</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2015-03-10T17:13:11Z</dc:date>
    </item>
    <item>
      <title>The log you posted is for</title>
      <link>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655406#M201303</link>
      <description>&lt;P&gt;The log you posted is for SNMP, if you filter the logs, do you see one for TFTP? &amp;nbsp;Or if you monitor the logs when trying to copy the config do you see the TFTP being denied?&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px;"&gt;Please remember to select a correct answer and rate helpful posts&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:33:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-management-not-working/m-p/2655406#M201303</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2015-03-11T08:33:39Z</dc:date>
    </item>
  </channel>
</rss>

