Re: [c-nsp] ASA ssh difficulties

2009-07-14 Thread Jonathan Brashear
k Griffin [mailto:nick.jon.grif...@gmail.com] Sent: Tuesday, July 14, 2009 9:16 AM To: Jonathan Brashear Cc: cisco-nsp@puck.nether.net Subject: Re: [c-nsp] ASA ssh difficulties Make sure ssh is setup for location authentication and possibly regenerate your ssh keys: this is what I usually do: c

Re: [c-nsp] ASA ssh difficulties

2009-07-14 Thread Tillinger, Steve
Have you tried 'pix' as the username? -Original Message- From: cisco-nsp-boun...@puck.nether.net [mailto:cisco-nsp-boun...@puck.nether.net] On Behalf Of Nick Griffin Sent: Tuesday, July 14, 2009 10:16 AM To: Jonathan Brashear Cc: cisco-nsp@puck.nether.net Subject: Re: [c-ns

Re: [c-nsp] ASA ssh difficulties

2009-07-14 Thread Tom Sutherland
If you're trying to connect to the outside interface, be certain that you aren't NAT'ing the ASA's public address to some inside host. The one-to-one mapping overrides the ssh/http servers IIRC. On Tue, 2009-07-14 at 10:05 -0400, Jonathan Brashear wrote: > I'm a bit stumped on an issue I'm having

Re: [c-nsp] ASA ssh difficulties

2009-07-14 Thread Justin Krejci
around in that part. -Original Message- From: cisco-nsp-boun...@puck.nether.net [mailto:cisco-nsp-boun...@puck.nether.net] On Behalf Of Jonathan Brashear Sent: Tuesday, July 14, 2009 9:06 AM To: cisco-nsp@puck.nether.net Subject: [c-nsp] ASA ssh difficulties I'm a bit stumped on an i

Re: [c-nsp] ASA ssh difficulties

2009-07-14 Thread Nick Griffin
sorry, location = local :) On Tue, Jul 14, 2009 at 9:15 AM, Nick Griffin wrote: > Make sure ssh is setup for location authentication and possibly regenerate > your ssh keys: > this is what I usually do: > > crypto key generate rsa general modul 2048 > > aaa authentication telnet console LOCAL > >

Re: [c-nsp] ASA ssh difficulties

2009-07-14 Thread Nick Griffin
Make sure ssh is setup for location authentication and possibly regenerate your ssh keys: this is what I usually do: crypto key generate rsa general modul 2048 aaa authentication telnet console LOCAL aaa authentication ssh console LOCAL aaa authentication http console LOCAL aaa authentication

[c-nsp] ASA ssh difficulties

2009-07-14 Thread Jonathan Brashear
I'm a bit stumped on an issue I'm having with a particular 5505. Originally it was inaccessible via ASDM or SSH, but after a reboot it began to allow access via ASDM. However, SSH is still not working. I've verified that the username/pass is correct(it works through the ASDM) and that SSH acc