Skip to content
Miriam McMahon edited this page Apr 27, 2023 · 8 revisions

Description

Send data via SSH Telnet or TN3270 during an interactive session with a remote asset.

Parameters

Parameter Name Description Type Resolved Type Required
ConnectionObjectName The variable name that identifies the connection object created by the Connect command String String Yes
Buffer The variable that contains the content that is to be sent Value String Yes
ContainsSecret Set to true to suppress logging in the platform task comms log if the buffer contains sensitive data. Default=false. Boolean Boolean No
EndOfDataSuffix An optional string to append when sending data (the default for SSH is the \n character. Added in Saefguard v6.13 Value String No

Examples

{
  "Send": {
    "ConnectionObjectName": "ConnectSsh",
    "Buffer": "%DelegationPrefix% egrep -q '^(%FuncUserName%):' /etc/shadow; echo \"CHECKSYS=$?\""
  }
}