We should display the sha256 hash of the following files, along with the last modification date: * `/etc/password` * `/etc/shadow` * `/etc/group` * `/etc/ssh/sshd_config` Later on, I want to expand this with a `diff` style where you can see changes over time (with exception of shadow of course)
We should display the sha256 hash of the following files, along with the last modification date:
/etc/password/etc/shadow/etc/group/etc/ssh/sshd_configLater on, I want to expand this with a
diffstyle where you can see changes over time (with exception of shadow of course)