After upgrading to 2019.6.3 our tentacles for our RHET Linux system seem to be encountering an issue during health checks with our deployment account but not the root account. If I use the root account it works fine and I can update calamari but the deployment account is returning the following, unfortunately we can not use the root account.
15:36:09 Verbose | Performing health check on machine
15:36:09 Verbose | Establishing SSH connection…
15:36:09 Verbose | SSH connection established
15:36:09 Error | Ambiguous output redirect.
15:36:09 Verbose | SSH connection disposed.
15:36:09 Verbose | Exit code: 1
15:36:09 Fatal | The remote script failed with exit code 1
15:36:09 Verbose | The remote script failed with exit code 1
| Octopus.Server.Orchestration.Targets.Tasks.ActionHandlerFailedException: The remote script failed with exit code 1
| at Octopus.Server.Orchestration.ServerTasks.Deploy.ActionDispatch.SuccessArbitrator.ThrowIfNotSuccessfull(IActionHandlerResult result)
| at Octopus.Server.Orchestration.ServerTasks.Deploy.ActionDispatch.AdHocActionDispatcher.Dispatch(Machine machine, ActionHandlerInvocation actionHandler, VariableCollection variables)
| at Octopus.Server.Orchestration.ServerTasks.HealthCheck.Controllers.SshMachineHealthController.CheckMachineHealth(Machine machine)