What would you like to be added
Currently smallstep adds
Host *
Include /path/to/smallstep/config
I would like a flag which rather does
Host *
<Smallstep config here>
Match exec "/usr/local/bin/step ssh check-host %h"
...
Why this is needed
We use IntelliJ IDEs which connect to dev servers, and IntelliJ uses sshJ which does not support the Include directive.