Link to home
Start Free TrialLog in
Avatar of rpcc
rpcc

asked on

ssh connection to PIX501

Newbie here - I'm trying connect to my PIX from the inside with a ssh connection (via PuTTY). The PIX asks for a username and takes it. Then asks for a password which it doesn't.

I have input the following via the CLI

ssh 192.168.1.0 255.255.255.0 inside
ssh timeout 5
username xxx password xxx privilege 15
username yyy password yyy

Naturally I have double and triple checked that I'm typing the correct password. I have tried both usernames xxx and yyy (changed of course).

TIA
ASKER CERTIFIED SOLUTION
Avatar of nodisco
nodisco
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rpcc
rpcc

ASKER

nodisco - success!

 I was able to login via ssh with username 'pix' and the telnet password.  How can I change the username needed from 'pix' to something else?  aaa authentication?

thanks again
This is the built-in admin account, it cannot be changed.

harbor235
Avatar of rpcc

ASKER

Thanks, harbor235.  So much to learn.......