<?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 SSH Config in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/ssh-config/m-p/48711#M35868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to allow a one time SSH connection from the Internet to my LAN for the configuration of a device. So far I have created an SSH service and security policy, allowing any device to connect to the external I.P. address of my PAN. I have also created a NAT rule pointing my Internet facing I.P. address to the devices' I.P. address. When I try to test this configuration using putty, the log shows the connection as "drop". &lt;/P&gt;&lt;P&gt;Am I missing a configuration step somewhere?&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, 04 Sep 2012 19:07:33 GMT</pubDate>
    <dc:creator>kuntzelectroplating</dc:creator>
    <dc:date>2012-09-04T19:07:33Z</dc:date>
    <item>
      <title>SSH Config</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ssh-config/m-p/48711#M35868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to allow a one time SSH connection from the Internet to my LAN for the configuration of a device. So far I have created an SSH service and security policy, allowing any device to connect to the external I.P. address of my PAN. I have also created a NAT rule pointing my Internet facing I.P. address to the devices' I.P. address. When I try to test this configuration using putty, the log shows the connection as "drop". &lt;/P&gt;&lt;P&gt;Am I missing a configuration step somewhere?&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, 04 Sep 2012 19:07:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ssh-config/m-p/48711#M35868</guid>
      <dc:creator>kuntzelectroplating</dc:creator>
      <dc:date>2012-09-04T19:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Config</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ssh-config/m-p/48712#M35869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if you have Interface managment profile configured, allowing ssh service and have this profile associated with the desired interface .&lt;/P&gt;&lt;P&gt;Refer:&amp;nbsp; &lt;A _jive_internal="true" href="https://live.paloaltonetworks.com/docs/DOC-2998"&gt;https://live.paloaltonetworks.com/docs/DOC-2998&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 20:22:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ssh-config/m-p/48712#M35869</guid>
      <dc:creator>UhMayYeah</dc:creator>
      <dc:date>2012-09-04T20:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Config</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ssh-config/m-p/48713#M35870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That depends if the device is a PA or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PA who will be managed must have ssh enabled in a mgmtprofile and that mgmtprofile attached to proper interface as Ameya said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if its some other device but have a PA as a firewall you could first try without ssh-termination:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create NAT.&lt;/P&gt;&lt;P&gt;2) Create security policy who will allow incoming SSH connection (to be forwarded to the device that will be managed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then when above works you can add the SSH-termination (decrypt rule) aswell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding NAT and security policy this is what you would need to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Original packet src zone: untrusted&lt;/P&gt;&lt;P&gt;Original packet dst zone: trusted&lt;/P&gt;&lt;P&gt;Original packet dst int: eth1/1&lt;/P&gt;&lt;P&gt;Original packet src address: &amp;lt;ip or range of the ssh client&amp;gt;&lt;/P&gt;&lt;P&gt;Original packet dst address: &amp;lt;ip the client will connect to&amp;gt;&lt;/P&gt;&lt;P&gt;Original packet service: TCP22&lt;/P&gt;&lt;P&gt;Translated packet dst: &amp;lt;ip of the device to be managed on the inside&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security policy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;src zone: untrust&lt;/P&gt;&lt;P&gt;src address: &amp;lt;ip or range of the ssh client&amp;gt;&lt;/P&gt;&lt;P&gt;src user: any&lt;/P&gt;&lt;P&gt;src hip: any&lt;/P&gt;&lt;P&gt;dst zone: trust&lt;/P&gt;&lt;P&gt;dst address: &amp;lt;ip the client will connect to&amp;gt;&lt;/P&gt;&lt;P&gt;application: ssh&lt;/P&gt;&lt;P&gt;service: TCP22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing(s) to remember when creating security policies for NATed traffic is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;src zone: zone the original packet comes from&lt;/P&gt;&lt;P&gt;dst zone: zone the translated packet will go to&lt;/P&gt;&lt;P&gt;dst address: dst ip address the original packet had&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I think I was incorrect regarding "Original packet dst zone" in this case. It should read untrusted because the ip the client is connected to is the ip of the untrusted interface of PA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:47:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ssh-config/m-p/48713#M35870</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-09-05T08:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Config</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ssh-config/m-p/48714#M35871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks the replies.&lt;/P&gt;&lt;P&gt;Mikand: following your steps I was able to see that I missed a step. SSH is working perfectly now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 17:48:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ssh-config/m-p/48714#M35871</guid>
      <dc:creator>kuntzelectroplating</dc:creator>
      <dc:date>2012-09-05T17:48:31Z</dc:date>
    </item>
  </channel>
</rss>

