- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- Anmeldung mgmt_cli
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
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anmeldung mgmt_cli
Hallo,
Versuche mgmt_cli Befehl ausführen, nach jeder neuen Anmeldung im Expert modus, ohne jedes mal user und password eingeben zumüssen.
Gibs da einen weg?
oder kann ich mich im mgmt_cli direkt anmelden?
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Beim Anmeldung "mgmt_cli" wird einen "Session id" erzeugt, die muss in einem .txt datei gespeichert wereden und kann dann jedes mal eingelesen werden
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hallo!
Eventuell durch das Setzen einer Variable?
Example 12
Part of command parameters can be provided as environment variables.
Parameter name | Short name | Environment variable |
User name | -u | MGMT_CLI_USER |
Password | -p | MGMT_CLI_PASSWORD |
Domain | -d | MGMT_CLI_DOMAIN |
Client certificate path | -c | MGMT_CLI_CLIENT_CERTIFICATE |
Management server address | -m | MGMT_CLI_MANAGEMENT |
Login is called when username and password are declared as environment variables
export MGMT_CLI_USER=me export MGMT_CLI_PASSWORD=secret mgmt_cli login
