Skip to content

Commit c11517f

Browse files
committed
telnet and ssh configuration settings with new option
1 parent ab14503 commit c11517f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/en/docs/2025.3/Reference/Blocks/ssh/execute-ssh-command/execute-ssh-command-block.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ new Dictionary<string, EncryptableText> {
182182
{ "Timeout", "60" },
183183
{ "EndOfLineCharacters", "\r" },
184184
{ "CancelCommand", "CtrlC" },
185+
{ "ControlCharactersToClean", @"\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)(g?)|[\x00-\x09\x0B\x0C\x0E-\x1F\x7F]" },
185186
}
186187
```
187188

content/en/docs/2025.3/Reference/Blocks/telnet/execute-telnet-command/execute-telnet-command-block.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ new Dictionary<string, EncryptableText> {
129129
{ "Timeout", "60" },
130130
{ "EndOfLineCharacters", "\r\n" },
131131
{ "CancelCommand", "CtrlC" },
132+
{ "ControlCharactersToClean", @"\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)(g?)|[\x00-\x09\x0B\x0C\x0E-\x1F\x7F]" },
132133
}
133134
```
134135

0 commit comments

Comments
 (0)