Hello !
I have a problem to access on my 5700 in local or Radius Access ,
I replace provision switch by comware 5700 and since this change i cannot access to my switch .
On provision i had this configuration for RADIUS/SSH access and its worked fine :
aaa authentication web login radius local
aaa authentication web enable radius local
aaa authentication ssh login radius local
aaa authentication ssh enable radius local
aaa accounting network start-stop radius
aaa accounting exec start-stop radius
aaa accounting system start-stop radius
radius-server host x;x;x;x;x
ip ssh
ip ssh key-size 1024
Now on my comware device i did this ( there is no ACL for the moment ):
for local access :
line vty 0 4
authentication-mode scheme
user-role network-admin
user-role network-operator
protocol inbound ssh
idle-timeout 30 5
ssh server enable
for radius access :
radius scheme xxxx
primary authentication x.x.x.x key cipher
primary accounting x.x.x.x. key cipher
key authentication cipher
key accounting cipher
user-name-format without-domain
#
domain system
authentication login radius-scheme xxxxx
authorization login radius-scheme xxxx
accounting login radius-scheme xxxxx xxxx
authentication default radius-scheme xxxx local
authorization default radius-scheme xxxx local
accounting default radius-scheme xxxx local
#
domain default enable system
When a user try to connect using Radius ssh he got this error message( the user is instantly disconnected from the session ):
%Feb 9 19:24:50:167 2015 FR-CORE-01 SSHS/6/SSHS_LOG: Accepted password for kanchana from xx.x.x.x port 54603ssh2.
%Feb 9 19:24:50:198 2015 FR-CORE-01 SSHS/6/SSHS_CONNECT: SSH user (IP: ) connected to the server successfully.
%Feb 9 19:24:51:845 2015 FR-CORE-01 SSHS/6/SSHS_DISCONNECT: SSH user (IP:) disconnected from the server.
And in local access using ssh :
Access permission denied
On the user ssh interface we just see this and we are always disconnected :
******************************************************************************
* Copyright (c) 2010-2014 Hewlett-Packard Development Company, L.P. *
* Without the owner's prior written consent, *
* no decompiling or reverse-engineering shall be allowed. *
******************************************************************************
Shared connection to x;x;x;x closed.
Please , can you help me ?
Thanks in advance for your help.