-
Notifications
You must be signed in to change notification settings - Fork 24
Send
Miriam McMahon edited this page Apr 27, 2023
·
8 revisions
Send data via SSH Telnet or TN3270 during an interactive session with a remote asset.
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 |
{
"Send": {
"ConnectionObjectName": "ConnectSsh",
"Buffer": "%DelegationPrefix% egrep -q '^(%FuncUserName%):' /etc/shadow; echo \"CHECKSYS=$?\""
}
}