Differences
This shows you the differences between the selected revisions of the page.
library_session_executecommand 2018-01-30 | library_session_executecommand 2022-06-16 (current) | ||
Line 11: | Line 11: | ||
</code> | </code> | ||
- | **Bold Text**==== Parameters ==== | + | ==== Parameters ==== |
- | ^ Floyd Deaton ^ De''Code Text''scri====== ===== Level 1 Headline ===== | + | ^ Name ^ Description ^ |
- | ==== [[Level 3 Headline]][facebook.com|External[[ - other_page|External Link | + | |
- | - * Ordered List Item | + | |
- | + | ||
- | ]] Link]] ==== | + | |
- | ====== | + | |
- | ption ^ | + | |
| string command | Command to execute. | | | string command | Command to execute. | | ||
Line 42: | Line 36: | ||
===== [[example]] Example ===== | ===== [[example]] Example ===== | ||
+ | |||
==== [[csharp]] C# Example ==== | ==== [[csharp]] C# Example ==== | ||
<code csharp> | <code csharp> | ||
Line 60: | Line 55: | ||
UserName = "user", | UserName = "user", | ||
Password = "mypassword", | Password = "mypassword", | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx..." | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
}; | }; | ||
Line 111: | Line 106: | ||
.UserName = "user" | .UserName = "user" | ||
.Password = "mypassword" | .Password = "mypassword" | ||
- | .SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx..." | + | .SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
End With | End With | ||
Line 160: | Line 155: | ||
UserName = "user" | UserName = "user" | ||
Password = "mypassword" | Password = "mypassword" | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
} | } | ||