Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > SSH server on PIX.

Reply
Thread Tools

SSH server on PIX.

 
 
AM
Guest
Posts: n/a
 
      06-23-2005
How to activate ssh server on the PIX?

I specified

ssh x.x.x.x 255.255.255.255 outside
username awkward password awkward
hostname fw
domain-name myip.com
ca gen rsa key 1024

but I can not enter the PIX via Putty, it tells "Access denied"

Where am I wrong?

Alex.
 
Reply With Quote
 
 
 
 
Jyri Korhonen
Guest
Posts: n/a
 
      06-23-2005
"AM" <> wrote:

> How to activate ssh server on the PIX?
>
> I specified
>
> ssh x.x.x.x 255.255.255.255 outside
> username awkward password awkward
> hostname fw
> domain-name myip.com
> ca gen rsa key 1024
>
> but I can not enter the PIX via Putty, it tells "Access denied"
>
> Where am I wrong?


"To gain access to the PIX Firewall console via SSH,
at the SSH client, enter the username as pix and
enter the Telnet password. You can set the Telnet
password with the passwd command; the default Telnet
password is cisco."

http://www.cisco.com/univercd/cc/td/....htm#wp1026535

 
Reply With Quote
 
 
 
 
Gerd EMail
Guest
Posts: n/a
 
      06-24-2005
AM wrote:
> How to activate ssh server on the PIX?
>
> I specified
>
> ssh x.x.x.x 255.255.255.255 outside
> username awkward password awkward
> hostname fw
> domain-name myip.com
> ca gen rsa key 1024
>
> but I can not enter the PIX via Putty, it tells "Access denied"
>
> Where am I wrong?
>
> Alex.


Hi Alex,

use the following syntax to enable AAA:

aaa authentication ssh console LOCAL


That's all!



PS: Don't forget a 'ca save all', but when you don't execute this
command, then you cannot connect to the pix after reboot.

Greetings!

Gerd
 
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 Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help. Getting a An error has occurred while establishing a connectionto the server. When connecting to SQL Server 2005, this failure may be causedby the fact that under the default settings SQL Server does not allow remote aboutjav.com@gmail.com ASP .Net 0 05-03-2008 12:43 PM
>> Announcing: Molly server pages: delicious, fun, open, free server-sidethingy << java Java 0 10-11-2006 03:29 AM
urgent help needed, Server.MapPath() works differently on server than on development machine Peter Row ASP .Net 0 03-01-2004 07:49 AM
Copy file from server to server using server control button FileCopy() HELP =?Utf-8?B?UGVyZG8=?= ASP .Net 0 02-06-2004 07:11 PM
Re: hosting provider that supports ASP.Net and telnet/Terminal Server access to virtual server? Lucas Tam ASP .Net 1 08-19-2003 05:07 AM



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