- CheckMates
- :
- CheckMates Toolbox
- :
- SmartTasks
- :
- SSH/WebUI ANY check
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
SSH/WebUI ANY check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Champion
🛒 More SmartTasks
👍 Tested to be working with R81.20+
SmartTask to verify SSH/Gaia WebUI clients are not set to 'Any'.
Script code
Copy the code below into a new script of your SmartConsole script repository.
test `grep "ALL: ALL" /etc/hosts.allow|wc -l` -ne 0 && echo '{"result":"failure","message":"SSH/Gaia WebUI access on '$(hostname)' must not be set to: Any"}' || echo '{"result":"success"}'
SmartTask
Create a new SmartTask in SmartConsole > Manage & Settings > SmartTasks and install policy to activate the new task.
Name | Trigger | Action | Enabled |
Task_GaiaAnyCheck | Before Publish | Run Script | ✔️ |
🛒 More SmartTasks
👍 Tested to be working with R81.20+
SmartTask to verify SSH/Gaia WebUI clients are not set to 'Any'.
Script code
Copy the code below into a new script of your SmartConsole script repository.
test `grep "ALL: ALL" /etc/hosts.allow|wc -l` -ne 0 && echo '{"result":"failure","message":"SSH/Gaia WebUI access on '$(hostname)' must not be set to: Any"}' || echo '{"result":"success"}'
SmartTask
Create a new SmartTask in SmartConsole > Mana
Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.
0 Replies
