When opening a SSH connection without specifying an explicit username, by default the SSH client uses the username of the account on the client machine where the SSH command is executed. However, changing the default SSH username is easy: Create a plain ASCII file ~/.ssh/config
with the single line
(or add such a line in case the config file already exists). Of course, replace myDefaultUsername with the username you’d like to use