ssh on pix using puty client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2007 09:48 PM
ive tried 1024 before using 2048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2007 09:49 PM
its a pix 525 with 6.3(4)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
