Altera_Forum
Honored Contributor
15 years agoTelnet password assignation
Hi all,
I want simply to add a password for telnet users. Until now, my "etc/passwd" file looked like : root::0:0:root:/:/bin/sh ftp:x:14:50:FTP User:/home/ftp: --> no password was needed to enter telnet console ! For what I know about Linux systems, I must add a "x" after root to indicate that I want to assign a password : root:x:0:0:root:/:/bin/sh But where and how must the encrypted password be set ?? Can I simply create a shadow file and put the pass directly in ?? I was thinking about something like "etc/shadow"... Thanks for your help !