Hi guys, i have a question for you. I have a switch Comware 5945. I must configure a Radius authentication via SSH. I have a problem, After I do authentication in a few seconds connections have been closed. Can you help me? My first configuration is :
#
radius scheme <nome scheme>
primary authentication <ip radius server> key cipher <key>
primary accounting <ip radius server> key cipher <key>
accounting-on enable
accounting-on extended
user-name-format without-domain
#
domain radius
authentication login radius-scheme <nome scheme> local telnet ssh
authorization login radius-scheme <nome scheme> local telnet ssh
accounting login radius-scheme <nome scheme> local telnet ssh
#
line vty 0 3
authentication-mode scheme
user-role network-admin
user-role network-operator
idle timeout 0 0
#
line vty 4
uthentication mode scheme
user-role network-operator
idle timeout 0 0
#
ssh server enable
public-key local create rsa
y
#
THANKS IN ADVANCE