- Community Home
- >
- Networking
- >
- Legacy
- >
- Switching and Routing
- >
- Re: Authetication SSH Switch HPE 5130 with RADIUS ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2021 09:20 AM
03-03-2021 09:20 AM
Good morning everyone,
I already have on my network with switches HPE 5130 and 5900 authentication ssh via radius (Windows Server 2012), however, I'm needing to make work the authentication with Microsoft MFA, for windows and Linux is already working, however, when I log on via ssh appears the banner of the switch but soon in the sequence my session is closed.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2021 12:06 PM
03-03-2021 12:06 PM
Re: Authetication SSH Switch HPE 5130 with RADIUS and MFA Microsoft
Hello,
Are you getting any error message when ssh session get closed?
Can you confirm the authentication mode and default user role from config?
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2021 07:35 PM
03-03-2021 07:35 PM
Re: Authetication SSH Switch HPE 5130 with RADIUS and MFA Microsoft
Hi,
No error messages, just close.
In Line VTY 0 the authentication mode is scheme and user role is network-operator.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2021 05:46 PM
03-04-2021 05:46 PM
Re: Authetication SSH Switch HPE 5130 with RADIUS and MFA Microsoft
Hello,
Can you try to add like below:
ssh server enable
local-user operator
authorization-attribute user-role level-3
service-type ssh
user-interface vty 0 4
authentication-mode scheme
user-role network-operator
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2021 05:04 AM
03-25-2021 05:04 AM
SolutionHi, Sorry for the delay, so, using your last solution i had the same problem....But i was able to resolve this issue with the command below:
role default-role enable network-admin
In this way, i have acces with Network Admin and the MFA Microsoft worked, but if I want access Network operator I put the command below:
role default-role enable network-operator
PS.: In the RADIUS Server no changes where needed.
Thanks for your help.