Nothing is worse than trying to provide a login in SSH and you misspell the username. Client comes complaining that it doesn’t work because the login you provided differs from what you actually typed into the terminal. The notorious whoops.
Below is the easiest way to change the username.
# usermod -l NEWUSER OLDUSER
(
Read more... )