We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ python3 sshscan.py -t <target_host> ... [+] Detected the following weak HostKey algorithms: rsa-sha2-512 ecdsa-sha2-nistp256 rsa-sha2-256
Why are rsa-sha2-256 and rsa-sha2-512 not included in config.yml by default? Is there any recommended SSH hardening guide to follow?
rsa-sha2-256
rsa-sha2-512
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sample run
Why are
rsa-sha2-256
andrsa-sha2-512
not included in config.yml by default?Is there any recommended SSH hardening guide to follow?
The text was updated successfully, but these errors were encountered: