1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/examples/SSH/GetSettingsPrivateKey.txt
Vitaly the Alpaca (bot) 3d6fbabed1 Main build (Jenkins)
2025-09-28 23:20:40 +03:00

8 lines
246 B
Plaintext
Vendored

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);