You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR REPORT:
Original Error: *errors.errorString ssh: StdinPipe after process started
Stack Trace:
/home/rjones/Development/go/src/github.com/gravitational/teleport/lib/srv/exec.go:434 github.com/gravitational/teleport/lib/srv.(*remoteExec).Start
/home/rjones/Development/go/src/github.com/gravitational/teleport/lib/srv/termhandlers.go:78 github.com/gravitational/teleport/lib/srv.(*TermHandlers).HandleExec
/home/rjones/Development/go/src/github.com/gravitational/teleport/lib/srv/forward/sshserver.go:646 github.com/gravitational/teleport/lib/srv/forward.(*Server).dispatch
/home/rjones/Development/go/src/github.com/gravitational/teleport/lib/srv/forward/sshserver.go:619 github.com/gravitational/teleport/lib/srv/forward.(*Server).handleSessionRequests
/usr/local/go/src/runtime/asm_amd64.s:2338 runtime.goexit
User Message:
This is a problem for Ansible users because ControlMaster is used by default.
Workaround
Update ssh_args to the following in /etc/ansible/ansible.cfg:
ssh_args = ""
The text was updated successfully, but these errors were encountered:
Problem
At the moment,
ControlMaster
can't be used when using the recording proxy, for example the following command causes the below error:This is a problem for Ansible users because
ControlMaster
is used by default.Workaround
Update
ssh_args
to the following in/etc/ansible/ansible.cfg
:The text was updated successfully, but these errors were encountered: