cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
349
Views
0
Helpful
3
Replies

SSH

can anyoen tell me why i am gettign connection refused from the pix when i try to ssh to the outside address?

i have

ssh 0.0.0.0 0.0.0.0 outside

i generated a ca key

i have passwords!

am i missing something here!

3 Replies 3

Hi, just a check to make sure you have used these commands -

username username password password

aaa authentication ssh console LOCAL

crypto key generate rsa modulus 1024

ssh 0.0.0.0 0.0.0.0 outside

username should be 'pix'

I don't think you need to use the username 'pix' once you put in the aaa authentication command. If you remove that, then I think you need to enter the username = pix and password = specified by the 'passwd' command. Have a look at this:

http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008069bf1b.shtml

Regards

Farrukh