H3C V5 switch ssh configuration

<H3C>system-view 
[H3C]ssh server enable start service
[H3C]local-user h3c create and enter the user window
[H3C-luser-h3c]password simple [email protected] modify setting password
[H3C-luser-h3c] service-type ssh The service type is ssh
[H3C-luser-h3c]authorization-attribute level 3 Set level 3 authority  
[H3C-luser-h3c]quit
[H3C]user-interface vty 0 4 Enter the virtual window
[H3C-ui-vty0 -4]authentication-mode scheme authentication using AAA
[H3C-ui-vty0-4]protocol inbound ssh protocol allows ssh
[H3C-ui-vty0-4]quit
[H3C]
 

Guess you like

Origin blog.csdn.net/gyfvaf/article/details/124320920