1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-03 22:39:12 +02:00
Files
OpenIntegrations/docs/en/examples/SSH/GetSettingsPrivateKey.txt

8 lines
246 B
Plaintext
Raw Normal View History

2025-10-21 11:36:43 +03:00
 Host = "172.33.0.13";
Port = "2222";
Login = "bayselonarrend";
2025-09-28 23:20:40 +03:00
PrivateKey = "./ssh_key";
PublicKey = "./ssh_key.pub";
Result = OPI_SSH.GetSettingsPrivateKey(Host, Port, Login, PrivateKey, PublicKey);