Skip to content

SSH.Read

Name Mandatory Description Default Type
⬅️ Input The input of the shard, if any None
Output ➡️ The resulting output of the shard String
Session No SSH shell session object none SSH.ShellVar(SSH.Shell)
MaxBytes No Maximum bytes to read (default: 65536) 65536 IntVar(Int)
StripAnsi No Strip ANSI escape sequences (default: false) false BoolVar(Bool)
Timeout No Timeout in milliseconds, 0 = immediate (default: 0) 0 IntVar(Int)

Read raw output from SSH session (non-blocking)