set expert password

Description

Sets the initial password or password hash for the expert shell

Syntax

set expert {password|password-hash} { <pass>| <pass_hash>}

Parameters

Parameter

Description

pass

Password using alphanumeric and special characters

pass_hash

Password MD5 string representation

Example

set expert password-hash $1$fGT7pGX6$oo9LUBJTkLOGKLhjRQ2rw1

Output

Success shows OK. Failure shows an appropriate error message.

Comments

To generate a password-hash, you can use this command on any Check Point SMB Appliance gateway (as an expert user).

cryptpw -a md5 <password string>