Or: How do you turn off login banner for non-interactive ssh?
I figured out two methods to accomplish this task;
1. Using command in .authorized_keys
In ~/.ssh/authorized_keys you add the following before a specific key
command="/usr/local/bin/shell-wrapper" ssh-rsa AAAAB3NzaC1yc2...JZK1E8H60=