Skip to content
Donald J. Fortier II edited this page Apr 15, 2015 · 1 revision

Setting up user accounts

Create file <bot-home>/configuration/admins (for example ~/prod/configuration/admins) that contain list of global users in following format:

  • Simple format
regex of hostname|group

For example:

.*|root

Would give everyone root permissions

  • Password format
.*|root|password|username

Create also a login for telnet interface

Clone this wiki locally