<?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 Can't ssh to management 0/0 on transparent fw in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265976#M349118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same network&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2013 14:45:45 GMT</pubDate>
    <dc:creator>mroes1234</dc:creator>
    <dc:date>2013-05-28T14:45:45Z</dc:date>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265971#M349110</link>
      <description>&lt;DIV&gt;&lt;PRE&gt;I can ping the management interface, but I can't ssh to it.&lt;BR /&gt;&lt;BR /&gt;Here is my config:&lt;BR /&gt;&lt;BR /&gt;ASA Version 8.4(6) 
!
command-alias exec sr show run 
firewall transparent
hostname guestfw

interface GigabitEthernet0/0
 nameif inside
 bridge-group 1
 security-level 100
!
interface GigabitEthernet0/1
 nameif outside
 bridge-group 1
 security-level 0
!
interface GigabitEthernet0/2
 shutdown
 no nameif
 no security-level
!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
interface GigabitEthernet0/3
 shutdown
 no nameif
 no security-level
!
interface Management0/0
 nameif management
 security-level 100
 ip address xxx.yyy.2.61 255.255.254.0 
 management-only
!
interface BVI1
 ip address 172.31.32.2 255.255.240.0 
!
interface BVI10
 no ip address
!
boot system disk0:/asa846-k8.bin
ftp mode passive
access-list inside-out extended deny tcp any any eq smtp log 
access-list inside-out extended permit udp any any 
access-list inside-out extended permit icmp any any log 
access-list inside-out extended permit tcp any any log 
access-list outside-in extended permit udp any any eq bootps 
access-list outside-in extended permit udp any any eq bootpc 
access-list outside-in extended permit udp host 172.31.32.1 any eq bootps 
access-list outside-in extended permit udp host 172.31.32.1 any eq bootpc 
pager lines 24
logging enable
logging timestamp
logging host management xxx.yyy.2.66
mtu inside 1500
mtu outside 1500
mtu management 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
icmp permit any management
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
access-group inside-out in interface inside
access-group outside-in in interface outside
route management xxx.yyy.0.0 255.255.0.0 xxx.yyy.3.254 1

ssh xxx.yyy.0.0 255.255.0.0 management
ssh timeout 30
ssh version 2
ssh key-exchange group dh-group1-sha1

: end
&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:50:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265971#M349110</guid>
      <dc:creator>mroes1234</dc:creator>
      <dc:date>2019-03-12T01:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265972#M349111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you generated the SSH keys? If not try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="font-size: 12px; overflow-x: hidden; color: #000000;"&gt;&lt;STRONG&gt;crypto key generate rsa modulus modulus_size&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE style="font-size: 12px; overflow-x: hidden; color: #000000;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE style="font-size: 12px; overflow-x: hidden; color: #000000;"&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;For these key to work, you should have a hostname/domain-name configured on the ASA as well. &lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;So basically, configure a hostname, domain name and generate the RSA key pair:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;hostname NAME_OF_ASA&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;domain-name NAME_OF_DOMAIN&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;crypto key generate rsa&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you are not using aaa server please configure as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="font-size: 12px; overflow-x: hidden; color: #000000;"&gt;&lt;STRONG&gt;username username password password&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="font-size: 12px; overflow-x: hidden; color: #000000;"&gt;&lt;STRONG&gt;aaa authentication ssh console LOCAL&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Najaf&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Please rate when applicable or helpful !!!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:37:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265972#M349111</guid>
      <dc:creator>kcnajaf</dc:creator>
      <dc:date>2013-05-28T14:37:50Z</dc:date>
    </item>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265973#M349112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have generated keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL &lt;/P&gt;&lt;P&gt;username mroes1234 password ************ encrypted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:40:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265973#M349112</guid>
      <dc:creator>mroes1234</dc:creator>
      <dc:date>2013-05-28T14:40:42Z</dc:date>
    </item>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265974#M349115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouldnt the management interface need a route configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is the host in the same network/subnet as the management interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:44:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265974#M349115</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-28T14:44:20Z</dc:date>
    </item>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265975#M349117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah sorry im blind. The route is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:45:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265975#M349117</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-28T14:45:20Z</dc:date>
    </item>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265976#M349118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same network&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:45:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265976#M349118</guid>
      <dc:creator>mroes1234</dc:creator>
      <dc:date>2013-05-28T14:45:45Z</dc:date>
    </item>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265977#M349119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not many things that could be wrong then I guess. If you can even ping the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest configuring the appropriate logging level and connect with the console cable if possible and check what the logs say about the SSH connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the command &lt;STRONG&gt;"show asp table socket"&lt;/STRONG&gt; should say on which ports and interfaces the ASA is listening on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might also want to try remove the current SSH configurations and add them again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:49:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265977#M349119</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-28T14:49:29Z</dc:date>
    </item>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265978#M349120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks straightforward. Do you have an RSA key generated on the ASA? ("show crypto key" to confirm, "crypto key generate rsa" to create one if necessary)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:54:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265978#M349120</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2013-05-28T14:54:21Z</dc:date>
    </item>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265979#M349121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both look ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# sho asp table socket &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Protocol&amp;nbsp; Socket&amp;nbsp;&amp;nbsp;&amp;nbsp; Local Address&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;&amp;nbsp; Foreign Address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State&lt;/P&gt;&lt;P&gt;TCP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 000022af&amp;nbsp; xxx.yyy.2.61:22&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0:*&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;&amp;nbsp; LISTEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# show crypto key mypubkey rsa &lt;/P&gt;&lt;P&gt;Key pair was generated at: 13:30:01 UTC May 28 2013&lt;/P&gt;&lt;P&gt;Key name: &lt;DEFAULT-RSA-KEY&gt;&lt;/DEFAULT-RSA-KEY&gt;&lt;/P&gt;&lt;P&gt; Usage: General Purpose Key&lt;/P&gt;&lt;P&gt; Modulus Size (bits): 1024&lt;/P&gt;&lt;P&gt; Key Data:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 14:55:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265979#M349121</guid>
      <dc:creator>mroes1234</dc:creator>
      <dc:date>2013-05-28T14:55:25Z</dc:date>
    </item>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265980#M349122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest monitoring the device logs through CLI or ASDM if that connection works. I dont see the "http" configurations in your post though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do, I would imagine you would have to se the logging level to informational or debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 15:00:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265980#M349122</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-28T15:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265981#M349123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try enableing SSH in inside interface for testing and verify if that works? This will eliminate any issue with SSH configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Najaf&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;Please rate when applicable or helpful !!!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 15:07:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265981#M349123</guid>
      <dc:creator>kcnajaf</dc:creator>
      <dc:date>2013-05-28T15:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265982#M349124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mroes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a capture on the managment interface so we can see the exchange of packets between the SSH client and the ASA (download them and share them here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also share the debug ssh while attempting to connect,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 17:02:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265982#M349124</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-05-28T17:02:08Z</dc:date>
    </item>
    <item>
      <title>Can't ssh to management 0/0 on transparent fw</title>
      <link>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265983#M349125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mroes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to try telnet, that way we can discard any issues with the ASA itself and focus on SSH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Juan Lombana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 17:09:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-ssh-to-management-0-0-on-transparent-fw/m-p/2265983#M349125</guid>
      <dc:creator>julomban</dc:creator>
      <dc:date>2013-05-28T17:09:42Z</dc:date>
    </item>
  </channel>
</rss>

