- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Command to set the expert password in CLI using p...
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Command to set the expert password in CLI using playbooks/scripts
Hi Team,
Is there any command to set expert password without user interactive.we are automating to create a new user and setting up a expert password through ansible. Please let me know if any commands works without manual intervention.as a single command we have to give expert password.
if we five set-expert pass its asking us to give password manually.Please help me on the same.
Regards
Aathi
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That‘s easy. Just set the Expert password manually on one system, show configuration, use the shown syntax in your automation script for all other systems with the same expert password.
set expert-password-hash $1$ABCDEFAB$ABSDEFabcdefABCDEF
