1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/md/SQLite/Common-methods/Get-settings-private-key.mdx
Vitaly the Alpaca (bot) dce97d0432 Main build (Jenkins)
2025-09-20 14:52:23 +03:00

38 lines
1.0 KiB
Plaintext
Vendored

---
sidebar_position: 7
description: Get settings (private key) and other functions to work with SQLite in the Open Integration Package, a free open-source integration library for 1C:Enterprise 8, OneScript and CLI
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, SQLite]
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Get settings (private key)
Gets connection settings with private key authentication
`Function GetSettingsPrivateKey(Val Host, Val Port, Val Login, Val KeyPath, Val Password = "") Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Host | --host | String | ✔ | SSH host |
| Port | --port | Number | ✔ | SSH port |
| Login | --user | String | ✔ | SSH username |
| KeyPath | --key | String | ✔ | Path to private key file |
| Password | --pass | String | ✖ | Private key password (passphrase) |
Returns: Structure Of KeyAndValue - Connection configuration
<br/>