Is there a way to lock down an account to when it logs in, it runs a specific command/script and then exits after the action is completed, while keeping it locked out of performing any additional operations if it happens to break out of it's script/command?
Would prefer a native way of accomplishing this, but not necessary.