Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OpenSSH/OpenSSL (SSLeay) keys

OpenSSH and OpenSSL

Example:

-----BEGIN RSA PRIVATE KEY-----
MIIBOwIBAAJBAKqhF5HA6gy6KRigg5jyCIJnkp0xjB2TX8x4mosx3/K7kJm8V4fe
agmOCxwufwcdxzZFmxO11FtKBiSzsCy3h7MCAwEAAQJAUWvHnHSq+uHGhIrr4Qr1
xox36OzgyKgvmZmfXXayP9g7dkHSLA8dbC8SqEn7wv6acreQ3GqkEyKb7//UAXXi
AQIhAMhSO1oJMMkVpKNQTNecvn6skbInmDRMD9Q/xJXlpTEBAiEA2g4kdetxZHKi
f/Vc3FRwYVa6hPap0HC/2tsjJicyRLMCIBSaAGieEVpc03XISF7US/MTJFjCIbEf
MXGOrVUNLRQBAiEAwHL06QIITQADvW1fLLJ1kONLsShGTcoE+fKoPfcgHZMCIQCZ
Ou7t69AGTkjBpF6rUtyiNqCTDvCQsJuj0tTDpfdWmQ==
-----END RSA PRIVATE KEY-----
 

Passphrase

Passphrase

If the private key was encypted with a passphrase it should be placed in this field. The passphrase is encrypted when stored in the database, and will not appaer in any logs. 

Exit Code Variable

 The variable to store the last exit code received from the script or commands that were run. All commands are run through an SSH channel. On completion of running all the commands supplied, the channel returns its exit status.

Script timeout

The time in milliseconds to wait before the action should timeout waiting for a response from the host.