Quote Originally Posted by desiboy View Post
create a new linux user
PHP Code: 
adduser desiboy 
set password for the new user that you created above
PHP Code: 
passwd desiboy 
it will ask for a password..
create a new ssh session and login to your with the new user that you created..

HTH
Yep. What desiboy said.