The SSH Session step doesn't allow other children that are not: SSH Command, Upload File, Download File from the code:
[AllowChildrenOfType(typeof(SshCommandStep))]
[AllowChildrenOfType(typeof(ScpUploadFileStep))]
[AllowChildrenOfType(typeof(ScpDownloadFileStep))]
A part from being able to add other steps such as basic steps or flow control, it would be nice that other custom steps could interact with the SSH Session.
The SSH Session step doesn't allow other children that are not:
SSH Command,Upload File,Download Filefrom the code:A part from being able to add other steps such as basic steps or flow control, it would be nice that other custom steps could interact with the SSH Session.