Skip to content

Instantly share code, notes, and snippets.

@dana-at-cp
Created January 7, 2026 16:25
Show Gist options
  • Select an option

  • Save dana-at-cp/7f0fdc41cc3dd8982e03ede17afb99d2 to your computer and use it in GitHub Desktop.

Select an option

Save dana-at-cp/7f0fdc41cc3dd8982e03ede17afb99d2 to your computer and use it in GitHub Desktop.
Example cloud-init user data for Check Point security gateway deployed under Smart1 Cloud management.
#cloud-config
hostname: "chkp-gw-00"
banner: |
***** Check Point CloudGuard Security Gateway *****
***** Property of Cyberdyne Systems *****
***** Authorized Personnel Only *****
motd: |
Access granted.
Check yourself before you wreck yourself.
clish:
- set user admin shell /bin/bash
- set security-gateway cloud-mgmt-service on auth-token aHR0cHM6Ly9jb..........MTIxYWY2OWEwYg==
blink_config:
admin_password_regular: "CPD3m01337"
maintenance_password_regular: "CPD3m01337"
mgmt_admin_radio: gaia_admin
download_info: true
upload_info: true
upload_crash_data: true
ftw_sic_key: "CPD3m01337"
gateway_cluster_member: false
growpart:
root_size_gib: 32
log_size_gib: 64
network:
version: 1
config:
- id: eth0
type: physical
name: eth0
subnets:
- type: static
address: 192.168.1.1/24
- id: eth1
type: physical
name: eth1
subnets:
- type: static
address: 192.168.169.1/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment