<?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 port redirection in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102528#M878368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, if I am not mistaken, the user asked&lt;/P&gt;&lt;P&gt;to change the SSH listen port on the ASA&lt;/P&gt;&lt;P&gt;from the default 22 to something else.  For&lt;/P&gt;&lt;P&gt;example, in Linux configuration of &lt;/P&gt;&lt;P&gt;/etc/ssh/sshd_config, you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The strategy used for options in the default sshd_config shipped with&lt;/P&gt;&lt;P&gt;# OpenSSH is to specify options with their default value where&lt;/P&gt;&lt;P&gt;# possible, but leave them commented.  Uncommented options change a&lt;/P&gt;&lt;P&gt;# default value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port 2223&lt;/P&gt;&lt;P&gt;Protocol 2&lt;/P&gt;&lt;P&gt;#ListenAddress 0.0.0.0&lt;/P&gt;&lt;P&gt;#ListenAddress ::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it can be done with ASA.  In&lt;/P&gt;&lt;P&gt;Cisco IOS, you can use the command "ip ssh port xxxx".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2008 15:33:39 GMT</pubDate>
    <dc:creator>cisco24x7</dc:creator>
    <dc:date>2008-12-29T15:33:39Z</dc:date>
    <item>
      <title>SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102524#M878358</link>
      <description>&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ASA 5505 and want come in from outside world using SSH but i dont want using default SSH port (22). &lt;/P&gt;&lt;P&gt;How could i redirect SSH 22 port in 2233 port ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Giorgi&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:30:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102524#M878358</guid>
      <dc:creator>batumibatumi</dc:creator>
      <dc:date>2019-03-11T14:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102525#M878361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (inside,outside) tcp [public ip] 2233 tcp [private ip] 22 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 14:25:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102525#M878361</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-12-29T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102526#M878364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply but your advice did not helped me. This solution i have already tried but no result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Giorgi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 14:55:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102526#M878364</guid>
      <dc:creator>batumibatumi</dc:creator>
      <dc:date>2008-12-29T14:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102527#M878366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your static and ACL statements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 15:07:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102527#M878366</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-12-29T15:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102528#M878368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, if I am not mistaken, the user asked&lt;/P&gt;&lt;P&gt;to change the SSH listen port on the ASA&lt;/P&gt;&lt;P&gt;from the default 22 to something else.  For&lt;/P&gt;&lt;P&gt;example, in Linux configuration of &lt;/P&gt;&lt;P&gt;/etc/ssh/sshd_config, you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The strategy used for options in the default sshd_config shipped with&lt;/P&gt;&lt;P&gt;# OpenSSH is to specify options with their default value where&lt;/P&gt;&lt;P&gt;# possible, but leave them commented.  Uncommented options change a&lt;/P&gt;&lt;P&gt;# default value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port 2223&lt;/P&gt;&lt;P&gt;Protocol 2&lt;/P&gt;&lt;P&gt;#ListenAddress 0.0.0.0&lt;/P&gt;&lt;P&gt;#ListenAddress ::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it can be done with ASA.  In&lt;/P&gt;&lt;P&gt;Cisco IOS, you can use the command "ip ssh port xxxx".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 15:33:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102528#M878368</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-12-29T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102529#M878370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;batumibatumi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is what you're asking, cisco24x7 is correct, it can not be changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 16:15:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102529#M878370</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-12-29T16:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102530#M878371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm asking that, when from outside world i type in Putty public IP address and port 22 - i'd like not to use ssh default port (22) - i wanna use other port for example 2233.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 37.79.y.x 2244 10.0.0.1 ssh netmask 255.255.255.255 - 10.0.0.1 is the inside interface of ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Giorgi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 06:37:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102530#M878371</guid>
      <dc:creator>batumibatumi</dc:creator>
      <dc:date>2008-12-30T06:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102531#M878376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do something like that, get a&lt;/P&gt;&lt;P&gt;Nokia or Checkpoint Secureplatform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 11:50:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102531#M878376</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-12-30T11:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102532#M878377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cisco24x7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean that on ASA it is not possible to do that ? &lt;/P&gt;&lt;P&gt;When i type my public IP and port (2233) i can access and using SSH from outside world ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Giorgi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 12:03:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102532#M878377</guid>
      <dc:creator>batumibatumi</dc:creator>
      <dc:date>2008-12-30T12:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102533#M878378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NOT possible on ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nokia and Checkpoint SPLAT uses FreeBSD and&lt;/P&gt;&lt;P&gt;Linux OS, repsectively while ASA is not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 12:11:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102533#M878378</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-12-30T12:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: SSH port redirection</title>
      <link>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102534#M878379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy new Year... :)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Giorgi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 15:16:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-port-redirection/m-p/1102534#M878379</guid>
      <dc:creator>batumibatumi</dc:creator>
      <dc:date>2008-12-30T15:16:45Z</dc:date>
    </item>
  </channel>
</rss>

