Tiny Core Linux

Tiny Core Base => TCB Tips & Tricks => Topic started by: Blake on January 17, 2018, 08:57:35 AM

Title: Password Security
Post by: Blake on January 17, 2018, 08:57:35 AM
Hi all. I've looked into this wiki: http://wiki.tinycorelinux.net/wiki:passwd
and I have set no autologin to the boot loader, but it is not requesting the password. All I have to do is type in the username and it will login. Am I missing something? Thanks in advance.
Title: Re: Password Security
Post by: gerald_clark on January 17, 2018, 03:03:40 PM
The bootcode is noautologin

Did you set the password for the user, add the following to /opt/.filetool.lst and do a backup?
etc/passwd
etc/shadow
etc/group
etc/gshadow

Title: Re: Password Security
Post by: Blake on January 18, 2018, 06:32:06 AM
They are in there. I'll make sure to do a backup and reboot and I'll let you know.
Title: Re: Password Security
Post by: Blake on January 18, 2018, 05:35:20 PM
I rebooted and it is requiring a password now. Thanks for the help! Problem resolved ;D
Title: Re: Password Security
Post by: Blake on January 23, 2018, 07:58:07 AM
Is there a way I can add smbpasswd, network config, and automount drives to the backup file?
Title: Re: Password Security
Post by: gerald_clark on January 23, 2018, 11:33:40 AM
I suggest you read the book.  It will answer a lot of questions.
http://tinycorelinux.net/book.html
Title: Re: Password Security
Post by: patrikg on January 23, 2018, 11:41:54 AM
And this wiki page

http://wiki.tinycorelinux.net/wiki:persistence_for_dummies
Title: Re: Password Security
Post by: Blake on January 24, 2018, 06:48:57 AM
I'll check out the book and the wiki thanks.