dengcongcong

作者:邓聪聪

为满足等堡安全要求,对测评对象的交换机做安全登陆的限制

1:开启ssh的服务
stelnet server enable
2:#创建认证用户的用户名和密码
aaa
    local-user test password cipher %$%$Nv;S#g+K.%N9U,)zHPH,]KB9%$%$
    local-user test privilege level 3
    local-user test service-type ssh
3:    为授权用户配置关联项

  ssh authentication-type default password

ssh server timeout 120  #认证超时时间
ssh server authentication-retries 5 #防止非法登陆
4:  #创建配对密钥,默认512,建议使用2048默认的
dsa/rsa local-key-pair create   

 

分类:

技术点:

相关文章:

  • 2022-02-13
  • 2021-05-14
  • 2021-11-19
  • 2021-08-11
  • 2021-11-07
  • 2021-11-16
  • 2021-11-17
猜你喜欢
  • 2021-09-28
  • 2021-12-15
  • 2021-09-17
相关资源
相似解决方案