Adding new users

Posted by user36651 on Server Fault See other posts from Server Fault or by user36651
Published on 2010-03-03T21:42:21Z Indexed on 2010/04/19 11:03 UTC
Read the original article Hit count: 386

Filed under:
|
|
|

I have an FTP server that is running Fedora Core release 6 (Zod)

the problem is I need to create new users and I have root access saved in WinSCP, so I can run useradd or adduser via the fake terminal, but every time I try to use passwd <username> it crashes on me and won't allow me to change or add a password.

my questions are this:

--Is there a place the adduser script stores the default passwords? or what is the default?
--Is there another way I can set passwords for new users?

I don't want to change the root pass because EVERYONE has root access and it's saved in WinSCP (I'm sure you see the problem here...)

I want to create User accounts for each user instead of giving them all blatant root access.

the goal here is to gradually migrate everyone over to their new account and then change the root p/w.

Any suggestions would be greatly appreciated.

© Server Fault or respective owner

Related posts about ssh

Related posts about new-account