Whenever we try restarting or reloading ssh using the DA Service Monitor on any of our DA servers, we get the following error:
An error has occurred
Details
/etc/init.d/sshd restart >/dev/null 2>&1
The only related log entry we can find appears in errortaskq.log:
2015:07:09-14:48:04: Error reloading service sshd : uid 0 gid 0 : /etc/init.d/sshd reload >/dev/null 2>/dev/null : returned 127
Restarting ssh manually on the server works fine:
restart ssh
ssh start/running, process 20099
service ssh restart; echo $?;
ssh stop/waiting
ssh start/running, process 10057
0
Anyone have an idea what the problem could be?
Thanks.
An error has occurred
Details
/etc/init.d/sshd restart >/dev/null 2>&1
The only related log entry we can find appears in errortaskq.log:
2015:07:09-14:48:04: Error reloading service sshd : uid 0 gid 0 : /etc/init.d/sshd reload >/dev/null 2>/dev/null : returned 127
Restarting ssh manually on the server works fine:
restart ssh
ssh start/running, process 20099
service ssh restart; echo $?;
ssh stop/waiting
ssh start/running, process 10057
0
Anyone have an idea what the problem could be?
Thanks.