I would like to use the -N flag in my ssh config file, but I'm not sure how to do this?
Is it possible?
-N Do not execute a remote command. This is useful for just for‐
warding ports (protocol version 2 only).
Host foo
HostName foo.bar.com
User baz
<how can I add -N flag here?>

ssh -N, why do you need to set this as a config parameter? – terdon Dec 13 '12 at 16:43