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
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