I have a service on my Suse 11 server which runs an ssh command (using openSSH) on another box. The output below is returned, but legitimate output is also returned as if the command had executed successfully. For example, the service executes an ls command through ssh, gets the error below, but also the contents of the remote directory as output. This is a problem because the service retries the command until it receives no error. I have been unable to replicate this manually from the command line. Does anyone know what might cause this or what this error really means?
exit status: 255, SSH exits with the exit status of the remote command or with 255 if an error occurred,