From 185c1c9b1895613718991337b13eec84dd050f68 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 10 Jul 2024 15:53:13 +0530 Subject: [PATCH] Docs: Add SSH credentials collector features page --- .../features/credentials_collectors/ssh.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/content/features/credentials_collectors/ssh.md diff --git a/docs/content/features/credentials_collectors/ssh.md b/docs/content/features/credentials_collectors/ssh.md new file mode 100644 index 00000000000..b85aa0f0e92 --- /dev/null +++ b/docs/content/features/credentials_collectors/ssh.md @@ -0,0 +1,15 @@ +--- +title: "SSH Credentials Collector" +draft: false +description: "Collects SSH keys from Linux users" +tags: ["credentials collector", "ssh", "linux"] +pre: " " +--- + +## Description + +The SSH Credentials Collector steals SSH keys from Linux users. + +For all users on the system, it locates the `/home//.ssh` +directory and steals keypairs from it. The supported private key +encryption formats are RSA, DSA, EC, and ECDSA.