首页 > 运维 > 安全 > 正文

如何进行H3C HWTACACS配置

王林
发布: 2023-05-15 17:07:06
转载
1351 人浏览过

hwtacacs scheme acs

 primary authentication 10.222.250.13

 primary authorization 10.222.250.13

 primary accounting 10.222.250.13

 secondary authentication 10.222.250.14

 secondary authorization 10.222.250.14

 secondary accounting 10.222.250.14

 key authentication simple nas

 key authorization simple nas

 key accounting simple nas

 user-name-format without-domain

 nas-ip 12.2.8.20

 quit

domain aaa

 authentication login hwtacacs-scheme acs local

 authorization login hwtacacs-scheme acs local

 accounting login hwtacacs-scheme acs local

 quit

domain default enable aaa

ssh server enable

public-key local create rsa    //生成 RSA 密钥对,ssh配置很容易忘记这条命令

line vty 0 63

 authentication-mode scheme

 user-role network-admin

 quit

local-user works class manage

 password simple 123456

 service-type ssh

 authorization-attribute user-role network-admin

 quit

以上是如何进行H3C HWTACACS配置的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:yisu.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!