cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
253
Views
0
Helpful
1
Replies

several login/password on a 3550

glmrenard
Level 1
Level 1

Hello,

I want to 'add' an account test/test (login=test and password=test) on my switch but I don't want to modifiy my password for the telnet access.

The aim of this manipulation is to permit an ssh access to the switch with

test/test and an telnet access with only a password.

is it possible ?

Thanks in advance and have a nice day

Guillaume

1 Reply 1

jasonrakers
Level 1
Level 1

Neat idea. I don't think it will work, but I would start with something like...

aaa new-model

aaa authentication login HELPME local line

!

username test password test

!

ip ssh time-out 60

ip ssh authentication-retries 2

!

line vty 0 4

login HELPME

password cisco