You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
8 lines
246 B
Plaintext
Vendored
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);
|