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
Migrate the SSH credentials collector to a plugin.#3167 Completion of this issue closes #1882
SSHKeypair.public_key
passwd
.ssh
The text was updated successfully, but these errors were encountered:
Merge branch '3169-ssh-keypair-publi-key-optional' into develop
9de1ccd
Issue #3169 PR #3320
Changelog: Add an entry for #3169
d9fd31a
Merge branch '3169-remove-hardcoded-ssh-collector' into 3169-migrate-…
fe54455
…ssh-collector-to-plugin Issue #3169 PR #3326
Merge branch '3169-migrate-ssh-collector-to-plugin' into develop
1716b2e
Issue #3169
Merge branch '3169-improve-search-algorithm' into develop
9f49792
Issue #3169 PR #3329 Fixes #1882
Merge branch '3169-fix-pwd-import-windows' into develop
001b74e
Issue #3169 See PR #3331
No branches or pull requests
Description
Migrate the SSH credentials collector to a plugin.#3167
Completion of this issue closes #1882
Tasks
SSHKeypair.public_key
to be optional (0d) @ilija-lazoroskipasswd
library to identify all home directories and.ssh
directories.ssh
directory find all private key files (See this for example how to identify private keys)The text was updated successfully, but these errors were encountered: