The stratus-connect-instance command directly uses the ssh command. This doesn't work on Windows as the ssh executable generally doesn't exist. Possible solutions:
The command should not be provided on Windows (and the documentation should be updated to reflect that).
The command searches for either ssh or the putty equivalent on Windows.
The
stratus-connect-instance
command directly uses thessh
command. This doesn't work on Windows as thessh
executable generally doesn't exist. Possible solutions:ssh
or the putty equivalent on Windows.