Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > SSH Cisco ASA5505

Reply
Thread Tools

SSH Cisco ASA5505

 
 
Julius
Guest
Posts: n/a
 
      03-14-2008
I have a new ASA5505 that I am using in transparent firewall mode.

I can't figure out how to enable SSH and use it remotely?


Any advice is appreciated!


Thanks!
 
Reply With Quote
 
 
 
 
Doan
Guest
Posts: n/a
 
      03-15-2008

On Fri, 14 Mar 2008, Julius wrote:

> I have a new ASA5505 that I am using in transparent firewall mode.
>
> I can't figure out how to enable SSH and use it remotely?
>
>
> Any advice is appreciated!
>
>
> Thanks!


First, generate your public/private keys with:
crypto key generate rsa modulus <modulus_size>
Second, enable ssh from the ip address that you wante to manage the ASS
from.
ssh <ip> <mask> outside

The ip address of the BVI is the management ip address.

Doan

 
Reply With Quote
 
 
 
 
Julius
Guest
Posts: n/a
 
      04-11-2008
On Mar 14, 9:00*pm, Doan <d...@usc.edu> wrote:
> On Fri, 14 Mar 2008, Julius wrote:
> > I have a new ASA5505 that I am using in transparent firewall mode.

>
> > I can't figure out how to enable SSH and use it remotely?

>
> > Any advice is appreciated!

>
> > Thanks!

>
> First, generate your public/private keys with:
> crypto key generate rsa modulus <modulus_size>
> Second, enable ssh from the ip address that you wante to manage the ASS
> from.
> ssh <ip> <mask> outside
>
> The ip address of the BVI is the management ip address.
>
> Doan


I have tried these steps and they only work on the inside interface. I
am still not able to connect from the outside interface.

I even tried

ssh 0.0.0.0 0.0.0.0 outside

and set a password.

am i missing something?
 
Reply With Quote
 
Doan
Guest
Posts: n/a
 
      04-11-2008
On Fri, 11 Apr 2008, Julius wrote:

> On Mar 14, 9:00*pm, Doan <d...@usc.edu> wrote:
> > On Fri, 14 Mar 2008, Julius wrote:
> > > I have a new ASA5505 that I am using in transparent firewall mode.

> >
> > > I can't figure out how to enable SSH and use it remotely?

> >
> > > Any advice is appreciated!

> >
> > > Thanks!

> >
> > First, generate your public/private keys with:
> > crypto key generate rsa modulus <modulus_size>
> > Second, enable ssh from the ip address that you wante to manage the ASS
> > from.
> > ssh <ip> <mask> outside
> >
> > The ip address of the BVI is the management ip address.
> >
> > Doan

>
> I have tried these steps and they only work on the inside interface. I
> am still not able to connect from the outside interface.
>
> I even tried
>
> ssh 0.0.0.0 0.0.0.0 outside
>
> and set a password.
>
> am i missing something?
>

Do you have an access-list on the outside interface? Check to see if you
are allowing ssh in.

Doan


 
Reply With Quote
 
Cisco Kid Cisco Kid is offline
Junior Member
Join Date: May 2009
Posts: 1
 
      05-12-2009
Yes, you must add an ACE to the incoming ACL of the interface. To do this first use a "show run access-group" which will return:

access-group [name] in interface [interface_name]

where [name] is the name of the ACL. Next type "show access-list [name]" which will return something like:

access-list [name]; 4 elements
access-list [name] line 1 extended permit icmp any any echo-reply (hitcnt=0) 0xb4c01cc9
access-list [name] line 2 extended permit icmp any any unreachable (hitcnt=210) 0x53e4469e
access-list [name] line 3 extended permit icmp any any time-exceeded (hitcnt=0) 0x5e6e617b


Notice that in this example the last line of the ACL is line 3. Yours will be different. Choose the next line, which in this example would be line 4. This will be the line number for your new ACE. Enter terminal configuration using "conf t" and then enter:

access-list [name] line 4 extended permit tcp any host [external ip] eq ssh

where [name] is the name of the ACL, the line number is whatever the next line in your ACL, and [external ip] is the external ip address of your ASA.


Since you are using transparent mode, the external ip address is just the ip address or name of the interface to which you will SSH.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Memory Upgrade for Cisco ASA5505 starlight.binnacle@gmail.com Cisco 0 06-13-2012 03:35 PM
cisco ASA5505 sla monitoring eldo Cisco 1 05-23-2012 06:43 AM
cisco ASA5505 with dual ISP + IPSEC eldo Cisco 1 09-21-2011 09:41 AM
Cisco ASA5505 image won't load...! dingobang Hardware 0 04-07-2010 05:06 PM
IPSec over NAT-T on Cisco ASA5505 mysteriously stops working Jporter67 General Computer Support 0 09-01-2009 09:36 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57