RobertF
RobertF
Microsoft Windows [Version 10.0.17763.1282]
Right, we use Expect for automated sessions that require a shell on a remote host (I trust that is what you mean by non-interactive). We have been using Expect on...
Thanks, to be clear, we cannot use the -T (no-pty) option because we need a remote shell. In our automated scenario Expect spawns an ssh session to obtain a remote...
OK, to see if we can use it, I am trying to determine what is expected of "-T" behavior (which "turns off the remote _expectation of interactivity_"). When connecting to...