Cisco Firepower FTD Create new user

FTD已经注册到了FMC上,现在想为FTD再创建1个local user,但是FMC上创建的user无法用于FTD登录

需要在FTD本地使用命令进行创建

创建新用户

SSH登录到FTD上

命令
config user add config

后面的config是指账户的权限,有basic 和 config 这2个level
config是带有配置权限的,

配置示例

> configure user add xjj config 

提示输入密码,输入2遍密码

Enter new password for user xjj:  123456
Confirm new password for user xjj: 123456
Setting default time zone for user xjj.
Time zone for user xjj successfully updated to: America/New_York.
> 

如果要修改当前用户的密码

命令 configure user password <用户名>

配置示例:

> configure user password xjj
Enter new password for user xjj: 
Confirm new password for user xjj: 

其他关于user的配置命令

> configure user 
  access           Set user access level
  add              Add user
  aging            Set user password aging
  delete           Delete user
  disable          Disable user
  enable           Enable user
  forcereset       Force user password reset
  maxfailedlogins  Set maximum failed logins
  minpasswdlen     Set minimum password length
  password         Set user password
  strengthcheck    Set strength requirement on user password
  unlock           Unlock user account
posted @ 2024-05-09 14:06  朱军杰  阅读(25)  评论(0)    收藏  举报  来源