my goal is to be able to type:
srv01.sms and it connects to srv01.anything0.example
srv02.mail and it connects to srv02.anything1.example
I know that i can edit my .ssh/config file to do something like this, but i don't want to edit my .ssh/config file for 500 servers
Is there a way to do this? In ssh config? bash aliases?