Re: set root password

2009-11-24 Thread Tzafrir Cohen
On Tue, Nov 24, 2009 at 05:20:58PM +0100, Tom Deblauwe wrote: > Hello, > > I was using a script to set the root password, it just contained this code: > > echo "mypassword_\$123" | chpasswd > > Now the problem is that now I can login as root with multiple passwords: > > mypassword_$ > > works, and

set root password

2009-11-24 Thread Tom Deblauwe
Hello, I was using a script to set the root password, it just contained this code: echo "mypassword_\$123" | chpasswd Now the problem is that now I can login as root with multiple passwords: mypassword_$ works, and mypassword_$123 works, and mypassword_$12345 works. So anything I put afte