648
Views
0
Helpful
2
Replies
Unable to ssh directly into privileged mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 08:54 PM
I have setup username as below in a cisco 3850.
username test privilege 15 secret 5 $1$UvXp$ddddd
But I cant ssh directly into priviledged mode goes to exec mode.
Labels:
- Labels:
-
LAN Switching
2 Replies 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 09:10 PM
try this under vty line
line vty 0 4
privilege level 15
-hope this helps-
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 10:41 PM
As always, it depends. If you have "aaa new-model" configured, just add
aaa authorization exec default local
