I am using scripts to update my firewall blacklists from a server every 15 minutes. I am using ssh commands to push the updates on my routers.
The ssh client cleanly disconnects from the routers, but I can see in /users active that the session is still active on my mikrotiks. I even added "/quit" at the end of my scripts, but still the sessions shows.
Is there a way to clean this up? I don't want to use up all my ram for sessions that are not there anymore.