- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- expert-password-hash
- 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?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
expert-password-hash
Could anyone please guide me like what is the use of command set expert-password-hash ?
Actually when I used this command I am not able to login via expert password that I set before applying this command.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According to How to reset the Expert mode password in Gaia OS it is used to reset the Expert mode password:
Connect to the CLI on Gaia machine (over SSH or console).
Log in to CLISH as an adminRole user (a user with monitorRole does not have sufficient permissions).
Find the hash of the CLISH password:
HostName:0> show configuration
One line near the end will look similar to this:
set user <USERNAME> password-hash $1$vCbd0F3d$FjawgvrKBN.4Ed27hTPpB0Set the hash of the CLISH password to be the hash of the Expert mode password
HostName:0> set expert-password-hash <HASH_of_CLISH_PASSWORD>
(in this case: set expert-password-hash $1$vCbd0F3d$FjawgvrKBN.4Ed27hTPpB0 )- Save the configuration:
HostName:0> save config - Set new Expert mode password:
HostName:0> set expert-password - Save the configuration
HostName:0> save config
So you don't use it AFTER you have set a password for Expert mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
follow How to reset Expert password on a Check Point SMB Appliance
if central managed option 3. should be your choice.
Wolfgang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According to How to reset the Expert mode password in Gaia OS it is used to reset the Expert mode password:
Connect to the CLI on Gaia machine (over SSH or console).
Log in to CLISH as an adminRole user (a user with monitorRole does not have sufficient permissions).
Find the hash of the CLISH password:
HostName:0> show configuration
One line near the end will look similar to this:
set user <USERNAME> password-hash $1$vCbd0F3d$FjawgvrKBN.4Ed27hTPpB0Set the hash of the CLISH password to be the hash of the Expert mode password
HostName:0> set expert-password-hash <HASH_of_CLISH_PASSWORD>
(in this case: set expert-password-hash $1$vCbd0F3d$FjawgvrKBN.4Ed27hTPpB0 )- Save the configuration:
HostName:0> save config - Set new Expert mode password:
HostName:0> set expert-password - Save the configuration
HostName:0> save config
So you don't use it AFTER you have set a password for Expert mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please find the updated command:
Connect to the CLI on Gaia machine (over SSH or console).
Log in to CLISH as an adminRole user (a user with monitorRole does not have sufficient permissions).
Find the hash of the CLISH password:
Site-1> show configuration
One line near the end will look similar to this:
Site-1> set user yash type admin password-hash $1$g9SZB3nC$1EN5xU1xMpPk5YLGGwXYb.
Set the hash of the CLISH password to be the hash of the Expert mode password
Site-1> set expert password-hash $1$g9SZB3nC$1EN5xU1xMpPk5YLGGwXYb.
(in this case: set expert password-hash $1$g9SZB3nC$1EN5xU1xMpPk5YLGGwXYb. )
Save the configuration:
Site-1> save config
Set new Expert mode password:
HostName:0> set expert-password
Save the configuration
Site-1> save config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This worked!!! Thanks bunches!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Much simpler way to generate the expert password hash: cp_openssl passwd -1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there something similar command on appliance 1490 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @PhoneBoy
I have an 1430 appliance running on R77.20 ... tried to reset the expert password with the mentioned command ( with user having admin role) but getting below error --
set expert-password-hash XXXXXXXXXXx
^
Bad parameter starting at 'expert-password-hash XXXXXX
Basically expert-password-hash is not an recognizable command on this appliance , anything else I can try ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The equivalent command on SMB appliances appears to be set expert password-hash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
but thats giving the below error -
"Setting expert password with hash
Expert password already set
Set expert password failed"
I need something to reset expert password 😞
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
follow How to reset Expert password on a Check Point SMB Appliance
if central managed option 3. should be your choice.
Wolfgang
