- ssh to your server as root
- Create a user: /usr/sbin/useradd jdragon
- Expire ther user immediately: /usr/bin/chage -d 0 jdragon
- Set blank password: /usr/sbin/usermod -p "" jdragon
- If you want to set the user's password:
- su jdragon
- passwd
« Puppy of the Week | Main | Dell PowerEdge 1850 Networking CentOS Gotcha »