Skip line about X11 forwarding in data read via ssh.
authorScott Gasch <[email protected]>
Sat, 13 Aug 2022 00:41:14 +0000 (17:41 -0700)
committerScott Gasch <[email protected]>
Sat, 13 Aug 2022 00:41:14 +0000 (17:41 -0700)
base_presence.py

index 6464e9752a0875506f908b9608a16c35eaa497a0..c4d61da3ca4687be7f0baa945cd684de0483552a 100755 (executable)
@@ -179,6 +179,8 @@ class PresenceDetection(object):
         cabin_count = 0
         for line in lines:
             line = line.strip()
+            if 'using fake authentication data for X11' in line:
+                continue
             if len(line) == 0:
                 continue
             logger.debug('%s> %s', location, line)