UOS-RZ / secure_sshd

Ansible role to harden the sshd configuration
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Default log level #1

Closed lkiesow closed 3 months ago

lkiesow commented 7 months ago

Is the default log meant to be this high? https://github.com/UOS-RZ/secure_sshd/blob/16eda404898d3536d3d032ff5d72385792f217c6/defaults/main.yml#L5

Not sure how much logs you will get, but it could be …a lot?

RMaxiMal commented 4 months ago

Is the default log meant to be this high?

https://github.com/UOS-RZ/secure_sshd/blob/16eda404898d3536d3d032ff5d72385792f217c6/defaults/main.yml#L5

Not sure how much logs you will get, but it could be …a lot?

Log level INFO only records login and logout activity of SSH users.

Log level VERBOSE specifies that login and logout activity as well as the key fingerprint for any SSH key used for login will be logged. This information is important for SSH key management, e. g. to get a compromised SSH key, if more than one is used by a user.