I need to tell SSH to use special IdentityFile for special user.
For example host specs wizard@host1.com
wizard@any-other-host.org
should use key ~/.ssh/id_wizard
I'd like to write
User wizard
IdentityFile ~/.ssh/id_wizard
but there is no such option in man ssh_config
.