How to boot a user via ssh
We user IDM with no local users on our macs other then admin account. We are using Teradici and if a user does not log out i need a way to kick them via ssh.
I have used the following commands:
launchctl bootout user/$(id -u <user id>) does not work
killall -u <username>
Still tring differant things.
Mac mini (M2, 2023)