ssh配置步驟:
啟動ssh服務
ssh server enable
配置密鑰對:
public-key local create rsa
public-key local create dsa
設置用戶登錄認證方式:
user-interface vty 0 4
[CORE-line-vty0-4]authentication-mode scheme
[CORE-line-vty0-4]protocol inbound ssh
創建本地用戶:
[CORE]local-user xxx class manage
[CORE-luser-manage-xxx]password simple xplxpl
[CORE-luser-manage-xxx]service-type ssh