SSHD log entries showing in TeamViewer Log file

 

Very strange issue. If teamviewerd is running and I SSH into my workstation, I get the following entries in /opt/teamviewer/logfiles/TeamViewer14_Logfile.log .

2019/09/11 13:23:07.924 16566 **Please do not post TeamViewer IDs**53984 S   SysSessionInfoManager::SessionAdded: adding session TerminalSession: sshd [SysSession **Please do not post TeamViewer IDs** [type=84 vt=**Please do not post TeamViewer IDs** tty= pseudotty=1 info=1 id=124 user=michael.mast state=user active=1 reliable=1]]
2019/09/11 13:23:07.924 16566 **Please do not post TeamViewer IDs**53984 S OSSessionEventTranslatorLinux::SessionAdded: osSessionID: **Please do not post TeamViewer IDs** username: michael.mast userLoggedIn: 1 locked: 0 primarySession: 0 unusableState: 0 connected: 1
2019/09/11 13:23:08.081 16566 **Please do not post TeamViewer IDs**53984 S SysSessionInfoManager::SessionRemoved: removing session TerminalSession: sshd [SysSession **Please do not post TeamViewer IDs** [type=84 vt=**Please do not post TeamViewer IDs** tty= pseudotty=1 info=1 id=124 user=michael.mast state=user active=1 reliable=1]]
2019/09/11 13:23:08.081 16566 **Please do not post TeamViewer IDs**53984 S OSSessionEventTranslatorLinux::SessionRemoved: osSessionID: **Please do not post TeamViewer IDs** username: michael.mast userLoggedIn: 1 locked: 0 primarySession: 0 unusableState: 0 connected: 1

and here is the associated logs from journalctl

Sep 11 13:23:07 michaelws sshd[4780]: Accepted password for michael.mast from 10.201.2.20 port 54717 ssh2
Sep 11 13:23:07 michaelws sshd[4780]: pam_unix(sshd:session): session opened for user michael.mast by (uid=0)
Sep 11 13:23:08 michaelws sshd[4780]: pam_unix(sshd:session): session closed for user michael.mast

Version information

/etc/os-release
NAME=Fedora
VERSION="29 (Workstation Edition)"
ID=fedora
VERSION_ID=29

uname -a
Linux 5.2.11-100.fc29.x86_64 #1 SMP Thu Aug 29 12:52:22 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

dnf info teamviewer
Name : teamviewer
Version : 14.6.995
Release : 0
Architecture : x86_64
Size : 66 M
Source : teamviewer-14.6.995-0.src.rpm
Repository : @System
From repo : teamviewer

 

Is this to be expected?