Why is this running:
cat /lib/systemd/system/sshtunnel.service
[Unit]
Description = MyVolumio SSH Tunnel
[Service]
ExecStart=/tmp/sshtunnel.sh
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=volumiossh-tunnel
User=volumio
Group=volumio
[Install]
WantedBy=multi-user.target
This is basically a backdoor into the system
Killing the service does not effect anything obvious in the operation of Volumio. So what is the purpose of the ssh remote tunnel?
The subdomain also seems randomly generated to be able to identify the Volumio installation, which is also a question, why?:
Best regards,
E