Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSH and Telnet question...

Status
Not open for further replies.

dvtestguy

Technical User
Joined
Dec 8, 2005
Messages
109
Location
US
I've installed/enabled SSH on my two swithes, and also have Telnet enabled for password prompt only. If I need to prompt for both SSH and Tlenet "user id", how will htis work with the config I already have below? I don't want to knock anyone off these devices, but need a way to have...
1) Telnet with userid, but no enable password & SSH with no enable password.


no logging console
aaa new-model
aaa authentication banner ^C Authorized Use Only ^C
aaa authentication login 123xyz enable
enable password traffic
!
username 123xyz secret 5 $1$HNR1$CGHFGDZGGdgdgdsfgdK/
username root secret 5 $1$JG7T$ch0W/cgh4687SDRRGSDat/
username cisco password 0 traffic
ip subnet-zero

-------------------

line con 0
line vty 0 4
password traffic
login authentication 123xyz
line vty 5 15
password traffic
login authentication 123xyz

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top