Description:
When the Cmd agent is installed on an OS that uses Upstart, restarting the SSH daemon causes the agent to hook it. This results in the incorrect evaluation of triggers that include the CQL property session_interactive
.
Workaround
You can avoid this problem by stopping the Cmd agent before restarting the SSH daemon, e.g.:
Stop cmd daemon:
initctl stop cmd
Make SSH daemon config changes and restart sshd:
service sshd restart
Start cmd daemon:
initctl start cmd
If you believe that you are impacted by this issue, please contact Cmd support.