You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -28,7 +28,14 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Host = "172.33.0.13";
|
||||
Port = "2222";
|
||||
Login = "bayselonarrend";
|
||||
Password = "12we...";
|
||||
|
||||
Result = OPI_SSH.GetSettingsLoginPassword(Host, Port, Login, Password);
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,15 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Host = "172.33.0.13";
|
||||
Port = "2222";
|
||||
Login = "bayselonarrend";
|
||||
PrivateKey = "./ssh_key";
|
||||
PublicKey = "./ssh_key.pub";
|
||||
|
||||
Result = OPI_SSH.GetSettingsPrivateKey(Host, Port, Login, PrivateKey, PublicKey);
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user