Is it possible to configure ssh
to know what my username should be?
By default it uses the current username, which is not correct in my case.
I'm on a loaner laptop, and my username is loaner
, but I want to tell ssh
that my username is buck
.
Bonus points: my username at home is bgolemon. If I could configure the username per-host that would be even better.