Adding new admin user to CheckPoint Gaia with expert permissions

To add a new administrator user account with “expert” prompt add following lines to configuration in the CLI shell: [code] add user NEWUSER uid 0 homedir /home/NEWUSER set user NEWUSER gid 100 shell /bin/bash set user NEWUSER password-hash $1$************ / … Continue reading Adding new admin user to CheckPoint Gaia with expert permissions