This has come up several times but there is not one issue that only hits this.
Add a line like this to your ssh config: RemoteCommand bash -l. Some people like to do this to set a default shell. But they will get an error message like Cannot execute command-line and remote command. because we can't pass the install script when a RemoteCommand is defined.
Fixing this to override RemoteCommand in all of our generated ssh commands.
This has come up several times but there is not one issue that only hits this.
Add a line like this to your ssh config:
RemoteCommand bash -l. Some people like to do this to set a default shell. But they will get an error message likeCannot execute command-line and remote command.because we can't pass the install script when a RemoteCommand is defined.Fixing this to override RemoteCommand in all of our generated ssh commands.