Claro:
$ ssh -l tommy
irá registrá-lo como tommy.
Você também pode tornar este persistente por host tendo um registro como este em ~ / .ssh / config:
Host creative_pc
User tommy
HostName creative_pc # put the full host name here or the IP if it is static
você acabou de fazer:
$ ssh creative_pc # this is the string from Host setting
e você faz login como tommy por padrão