<?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: ASA &amp; SSH-Timeout in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400004#M684833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is the SSH Client and server connected? Directly off the ASA? or could it be other network device which is set with the absolute TCP timeout of 2 hours, hence the timeout occur? Are they the same SSH server that the client is trying to access? Maybe the SSH server is configured for maximum of 2 hours connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration that you have is setting the idle timeout to be 48 hours, not absolute timeout of 48 hours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Mar 2010 10:41:20 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2010-03-26T10:41:20Z</dc:date>
    <item>
      <title>ASA &amp; SSH-Timeout</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400003#M684831</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to configure my ASA (ASA5520) to have an SSH timeout of 48 hours.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is the config I use to realize that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map CLASS_MAP_ANY&lt;BR /&gt; match any&lt;BR /&gt;class-map CLASS_MAP_SSH&lt;BR /&gt; match port tcp eq ssh&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect icmp &lt;BR /&gt;&amp;nbsp; inspect icmp error &lt;BR /&gt;&amp;nbsp; inspect dns &lt;BR /&gt;&amp;nbsp; inspect ip-options &lt;BR /&gt; class CLASS_MAP_ANY&lt;BR /&gt;&amp;nbsp; set connection random-sequence-number disable&lt;BR /&gt;&amp;nbsp; set connection decrement-ttl&lt;BR /&gt; class CLASS_MAP_SSH&lt;BR /&gt;&amp;nbsp; set connection random-sequence-number disable&lt;BR /&gt;&amp;nbsp; set connection timeout idle 48:00:00 reset &lt;BR /&gt;&amp;nbsp; set connection decrement-ttl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this configuration every SSH connection throught the ASA drops afer exactly 2 hours. (Although the default was 1h).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody hav a hint for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Patrik&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:26:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400003#M684831</guid>
      <dc:creator>patrik.spiess</dc:creator>
      <dc:date>2019-03-11T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASA &amp; SSH-Timeout</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400004#M684833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is the SSH Client and server connected? Directly off the ASA? or could it be other network device which is set with the absolute TCP timeout of 2 hours, hence the timeout occur? Are they the same SSH server that the client is trying to access? Maybe the SSH server is configured for maximum of 2 hours connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration that you have is setting the idle timeout to be 48 hours, not absolute timeout of 48 hours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 10:41:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400004#M684833</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-03-26T10:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASA &amp; SSH-Timeout</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400005#M684838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The client-network is directly connected.&lt;/P&gt;&lt;P&gt;The server is on the outside interface of the ASA. There are some other routers and switches between, but they seem not to be the problem. If I connect the client to the network which is outside the ASA the timeout does not occur. Even if the same outside routers and switches are between. This let me assume that the timeout occurs on the ASA an not on any other internediate system, and also not on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, any other ideas?&lt;/P&gt;&lt;P&gt;btw. : what do I the 'absolute timeout' need for and where do I configure that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 11:18:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400005#M684838</guid>
      <dc:creator>patrik.spiess</dc:creator>
      <dc:date>2010-03-26T11:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASA &amp; SSH-Timeout</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400006#M684842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apology, absolute timeout is only for connection with uauth, currently not supported on normal connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please move the sequence of your class-map where the CLASS_MAP_SSH class is above CLASS_MAP_ANY class as follows:&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt;&amp;nbsp;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect&amp;nbsp; xdmcp &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect icmp &lt;BR /&gt;&amp;nbsp;&amp;nbsp; inspect icmp error &lt;BR /&gt;&amp;nbsp; inspect dns &lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt;class CLASS_MAP_SSH&lt;BR /&gt;&amp;nbsp;&amp;nbsp; set connection&amp;nbsp; random-sequence-number disable&lt;BR /&gt;&amp;nbsp;&amp;nbsp; set connection timeout idle&amp;nbsp; 48:00:00 reset &lt;BR /&gt;&amp;nbsp;&amp;nbsp; set connection decrement-ttl&lt;BR /&gt; class&amp;nbsp; CLASS_MAP_ANY&lt;BR /&gt;&amp;nbsp; set connection random-sequence-number disable&lt;BR /&gt;&amp;nbsp;&amp;nbsp; set connection decrement-ttl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 11:46:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400006#M684842</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-03-26T11:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASA &amp; SSH-Timeout</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400007#M684853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to halijenn&lt;/P&gt;&lt;P&gt;This was it. Now my ssh connection works longer than 2 hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 08:30:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-timeout/m-p/1400007#M684853</guid>
      <dc:creator>patrik.spiess</dc:creator>
      <dc:date>2010-03-29T08:30:00Z</dc:date>
    </item>
  </channel>
</rss>

