You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should be done to fix this?
Add the user used to connect to the remote hosts to the exclude_users / exclude_groups in session_recording section of /etc/sssd/conf.d/sssd-session-recording.conf ?
UPDATE: After adding a cockpitremote user and adding it to the sssd config exclude_users= line worked.
BTW, for testing purposes, I was using the same login user from terminal to connect remotely
I'll leave this open for a while in case anyone hits the same issue.
Is there any better approach to avoid this?
The text was updated successfully, but these errors were encountered:
The logs show "user":"ansible", did you setup recording for all users? You may need to exclude certain users or groups from recording if those users recording is generating useless recording data.
Ideally, to avoid excess noise, you would use scope=some and only apply to the users and/or groups you want to record, but exclude_* options were added to provide more flexibility with configuration also.
After getting a "master" cockpit server up, added some client computers using SSH public key connection.
It took me a while to understand what was going on.... not sure how to solve this ( cockpit -> logs )
Detailed view of an entry:
cockpit playback:
What should be done to fix this?
Add the user used to connect to the remote hosts to the exclude_users / exclude_groups in session_recording section of /etc/sssd/conf.d/sssd-session-recording.conf ?
UPDATE: After adding a cockpitremote user and adding it to the sssd config exclude_users= line worked.
BTW, for testing purposes, I was using the same login user from terminal to connect remotely
I'll leave this open for a while in case anyone hits the same issue.
Is there any better approach to avoid this?
The text was updated successfully, but these errors were encountered: