There is a Match group in the SSHD config: 

	cat /etc/ssh/sshd_config
	...
		Match Group FOOGROUP
		ForceCommand /bin/customshell
	...

There are many users on the machine that are in the "FOOGROUP". 

**My question:** How can I exclude a given user that is in the "FOOGROUP" from the "Match Group"?