Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: Nexus on March 31, 2016, 03:03:41 PM
-
If I change the ssh password with "passwd", where is that stored? I would like to back it up with /opt/.filetool.lst, but I can't find it. It does not appear to be in with all the other /usr/local/etc/ssh things. Cheers.
-
It is in /etc/shadow, just like in any other Linux system.
The following should be backed up as a set:
etc/passwd
etc/shadow
etc/group
etc/gshadow
-
Aha! There it is! Thank you.