Enable SSH Service

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Enable SSH Service

===================
system-view
sysname SSH_Server
dsa local-key-pair create
rsa local-key-pair create
ecc local-key-pair create

user-interface vty 0 4
authentication-mode aaa
user privilege level 15
protocol inbound ssh
quit

aaa
undo local-aaa-user password policy administrator
local-user sshadmin password
local-user sshadmin privilege level 15
local-user sshadmin service-type ssh
quit

stelnet server enable


ssh server-source -i vlanif 30
ssh user sshadmin authentication-type password
ssh user sshadmin service-type stelnet

You might also like