mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
26 lines
1.1 KiB
YAML
26 lines
1.1 KiB
YAML
id: file-ssh-key-auth-disabled
|
|
|
|
info:
|
|
name: SSH Key-Based Authentication - Disabled
|
|
author: pussycat0x
|
|
severity: unknown
|
|
description: |
|
|
SSH key-based authentication is disabled, allowing password-based logins, which increases the risk of brute-force attacks and unauthorized access.
|
|
remediation: |
|
|
Enable SSH key-based authentication by adding the public key to ~/.ssh/authorized_keys and disabling password authentication in /etc/ssh/sshd_config (PasswordAuthentication no).
|
|
reference:
|
|
- https://vishalraj82.medium.com/hardening-openssh-security-37f5d634015f
|
|
- https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server
|
|
metadata:
|
|
verified: true
|
|
tags: audit,config,file,ssh
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "PasswordAuthentication yes"
|
|
# digest: 4a0a00473045022100b43f27c7d5657e32da83477f0570e82071941a304b3e85cd5bf69f363b018e6d02206f4ea207f22e9a085e59213202084b3e5b5d71ad5283e34bf28da0cd9a3ca8f6:922c64590222798bb761d5b6d8e72950 |