You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Main build (Jenkins)
This commit is contained in:
6
docs/en/examples/SSH/GetSettingsLoginPassword.txt
vendored
Normal file
6
docs/en/examples/SSH/GetSettingsLoginPassword.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
Host = "172.33.0.13";
|
||||
Port = "2222";
|
||||
Login = "bayselonarrend";
|
||||
Password = "12we...";
|
||||
|
||||
Result = OPI_SSH.GetSettingsLoginPassword(Host, Port, Login, Password);
|
||||
7
docs/en/examples/SSH/GetSettingsPrivateKey.txt
vendored
Normal file
7
docs/en/examples/SSH/GetSettingsPrivateKey.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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