07-30-2009 08:56 AM - edited 03-10-2019 04:36 PM
I need a little help with my aaa design. here is my current design :
aaa new-model
aaa authentication login default local
aaa authentication enable default enable
aaa session-id common
username irobot secret xxxxxxx
line vty 0 4
access-class 10 in
exec-timeout 9 0
transport input ssh
When I ssh 192.168.32.1, I am challenged for a password, but not a login. If I ssh irobot@192.168.32.1 I get the password challenge, and login with the stored password. Where have I gone wrong? I would like to ssh to the switch and be challenged for a user-name and a password. Suggestions?
Poirot