axi92/Install and Connect SNX VPN
Installs Check Point SNX client and connects to VPN.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 16, 2025
- License
- GPL 3.0
Pinned Snippet
uses: axi92/vpn-snx-connect@e77831d2e45109630361d599d3dbfbf067ef6827 # 0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| snx_user | Username for the authentication to the server. | yes | — |
| snx_pass | Password for the user. Client Cert is not supported by this action. | yes | — |
| snx_server | Server to connect to. | yes | — |
| root_ca_fingerprint | Fingerprint phrase of the server certificate. This is optional, if not provided the client will acknowledge any server without checking. | no | — |
Outputs
| name | description |
|---|---|
| office_ip | The Office Mode IP assigned by the SNX VPN. |
| dns_server | The DNS server provided by SNX VPN. |
| dns_suffix | The DNS suffix provided by SNX VPN. |
| timeout | The session timeout of the VPN. |