Hello,
I have IMC 7 and a 5412zl switch with K.15.10.0009 software. I want to login with SSH to the switch using IMC radius authentication and be left at the priviledge prompt (#) at once, without having to login twice.
In IMC I went to "User - Access User - Device User" and added an account name with:
Service Type = Console
EXEC Priority = 6
Role Name = Administrative-User
IP Address List of Managed Devices = Ip addresses of my switches
On my 5412zl I have the following Radius config:
radius-server host 10.18.7.2 key "MyRadiusPass"
aaa authentication login privilege-mode
aaa authentication web login radius local
aaa authentication web enable radius local
aaa authentication ssh login radius local
aaa authentication ssh enable radius local
The switch communicates with IMC and let's me login with the Account Name I created; however, It won't login straight into the # prompt...it always makes me login two times.
Any ideas?