03-04-2007 03:09 AM - edited 02-21-2020 01:26 AM
i cant access my pix using ssh. i have configured the following. There is no access-list on the inside interface
INSIDE IP - 192.168.1.1/24
domain-name xxx.com
hostname Company
ca generate rsa key 2048
ca save all
ssh 192.168.1.0 255.255.255.0 inside
telnet and ping are ok.
thanks a lot.
03-04-2007 05:22 AM
Hi,
Try this :
ca zeroize rsa
ca gen rsa key 1024
ca save all
If you are using putty as SSH client, make sure, the SSH version 1 and 2 both are selected.
*Please rate if helped.
-Kanishka
03-04-2007 09:48 PM
ive tried 1024 before using 2048
03-04-2007 11:11 AM
Which version of PIX OS are you using?
Some of the older versions do not support SSH, others (up to 6.35 I think) only support SSH version 1.
Good Luck
Scott
03-04-2007 09:49 PM
its a pix 525 with 6.3(4)
03-05-2007 12:56 AM
Hi,
Are you able to telnet to port 22 from Command line ?
Does it open up a blank window ?
If yes, then ther's someting wrong with the SSH client you are using. Make sure putty is setup correctly. Also, did you verify that SSH 1 and 2 both are selected on it.
-Kanishka
05-17-2007 12:49 AM
You have mised out
"aaa authentication ssh console LOCAL" in your configuration. Add it and try connecting again.
Thanks
pet
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide