Common Linux Commands – Part 4
Common Linux Commands – Part 4 4. Log Directory /var/log # Main log directory, /var/log/secure # Logs related to user login security, a large file indicates someone is attempting to crack passwordscat /var/log/secure | grep login # Search for login-related strings in the secure file/etc/ssh/sshd_config # Modify this file to enable passwordless loginid_rsa.pub # Public … Read more