Use different username by default for a specific host
Add the following in your ~/.ssh/config
file:
Host myserver.cz
User tohecz
Host anotherserver.cz
User anotheruser
You can specify a lot of default parameters for your hosts using this file. Just have a look at man ssh_config for other possibilities.