Hi all, I'm having a strange issue that's causing my google skills to fail me. I haven't messed with my server in a long time but I noticed my custom backup script wasn't working the other day. It uses SSH to transfer files to another server so I went to log into SSH to see what was going on and it disconnected me as soon as I signed in with the password. I used the terminal in cpanel to log in and that worked. I turned on debug3 logging and tried to log in and the fail message from the log is: fatal: mm_request_send: write: Broken pipe
So I can't solve that but maybe I can figure out why my backups are failing to copy the files using ssh. I notice if I try to connect to any host using SSH it gives an error message: dup() in/out/err failed
All of the servers I tried work from other servers. My backup script is actually using SCP, but it fails with the same error message that SSH is when it tries to connect, so I figure if I can fix that, SCP will start working too.
I tried using the autofix script with safesshrestart and it didn't help. Does anyone have any tips or advice on what to try?
So I can't solve that but maybe I can figure out why my backups are failing to copy the files using ssh. I notice if I try to connect to any host using SSH it gives an error message: dup() in/out/err failed
All of the servers I tried work from other servers. My backup script is actually using SCP, but it fails with the same error message that SSH is when it tries to connect, so I figure if I can fix that, SCP will start working too.
I tried using the autofix script with safesshrestart and it didn't help. Does anyone have any tips or advice on what to try?