Skip to content

Commit

Permalink
Docs: Add SSH credentials collector features page
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyamalviya committed Jul 10, 2024
1 parent 7927535 commit 185c1c9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/content/features/credentials_collectors/ssh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "SSH Credentials Collector"
draft: false
description: "Collects SSH keys from Linux users"
tags: ["credentials collector", "ssh", "linux"]
pre: "<i class='fa fa-terminal'></i> "
---

## Description

The SSH Credentials Collector steals SSH keys from Linux users.

For all users on the system, it locates the `/home/<user>/.ssh`
directory and steals keypairs from it. The supported private key
encryption formats are RSA, DSA, EC, and ECDSA.

0 comments on commit 185c1c9

Please sign in to comment.