SecLists icon indicating copy to clipboard operation
SecLists copied to clipboard

Add other possible types of SSH key files.

Open righettod opened this issue 3 years ago • 4 comments

Hi,

This PR (fix and replace the PR #745) add other possible types of SSH key files and variations on the extensions:

  • identity
  • id_dsa
  • id_ecdsa
  • id_ed25519
  • id_ecdsa_sk
  • id_ed25519_sk

My sources were the following:

  1. The content of the sshd_config file:

image

  1. The content of the configuration folder of a ssh server /etc/ssh:

image

  1. The documentation of the ssh-keygen tool:

image

Thank you very much in advance 😃

Note:

In addition, I made a proposal for #760

righettod avatar May 03 '22 13:05 righettod

You are welcome 😃

righettod avatar May 04 '22 05:05 righettod

In addition, I proposed a fix for #760.

righettod avatar Jun 09 '22 09:06 righettod

In addition, I proposed a fix for #760.

I think that rather than a bash script, we should add a CI check as a Github Action, so that every pull request is audited/fixed automatically.

ItsIgnacioPortal avatar Jun 14 '22 22:06 ItsIgnacioPortal

Good idea. The bash script can be used in a CI pipeline to update dicts as well. I proposed a bash script to have a script to perform this update in a common way either in one shot or in regular way (like in CI).

righettod avatar Jun 15 '22 06:06 righettod

Will provide a single focused one to made it consistent.

righettod avatar Aug 02 '22 04:08 righettod

Replaced by PR #795

righettod avatar Aug 02 '22 04:08 righettod

In addition, I proposed a fix for #760.

I think that rather than a bash script, we should add a CI check as a Github Action, so that every pull request is audited/fixed automatically.

PR #800 proposed to go in this way 😃

righettod avatar Aug 08 '22 05:08 righettod