Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Question
about: Ask a question about using the samples, templates, agent skills, or documentation
title: '[Question] '
labels: question
assignees: ''
---

## Question
What would you like to know?

## Context
What are you trying to accomplish? Include the protocol (SSH/HTTP), target system, and operations involved if relevant.

## What You've Tried
What have you already looked at or attempted? Link any docs, samples, or templates you've consulted.

## SPP Version
Which version of Safeguard for Privileged Passwords are you using? (if relevant)

## Additional Context
Sanitized script excerpts, task log output, or anything else that helps answer the question. Remove any credentials or other sensitive data.
1 change: 1 addition & 0 deletions docs/agent-reference/samples-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ CI runs the same script with `-CheckOnly` and fails the build if the committed c
| ssh | Interactive | CheckSystem, CheckPassword, ChangePassword, DiscoverSshHostKey | — | [`samples/ssh/linux-app-text-config/LinuxApplicationTextConfig.json`](../../samples/ssh/linux-app-text-config/LinuxApplicationTextConfig.json) | [README](../../samples/ssh/linux-app-text-config/README.md) |
| ssh | Batch | DiscoverSshHostKey, CheckSystem, CheckPassword, ChangePassword | — | [`samples/ssh/linux-ssh-batch-mode/LinuxSshBatchModeExample.json`](../../samples/ssh/linux-ssh-batch-mode/LinuxSshBatchModeExample.json) | [README](../../samples/ssh/linux-ssh-batch-mode/README.md) |
| ssh | Interactive | CheckSystem, CheckPassword, ChangePassword, DiscoverSshHostKey, DiscoverAccounts | — | [`samples/ssh/openbsd/OpenBSD.json`](../../samples/ssh/openbsd/OpenBSD.json) | [README](../../samples/ssh/openbsd/README.md) |
| ssh | Interactive | CheckSystem, CheckPassword, ChangePassword, DiscoverSshHostKey, ChangeSshKey, CheckSshKey, DiscoverAuthorizedKeys | — | [`samples/ssh/openwrt/OpenWrtSsh.json`](../../samples/ssh/openwrt/OpenWrtSsh.json) | [README](../../samples/ssh/openwrt/README.md) |
| ssh | Batch | DiscoverSshHostKey, CheckSystem, CheckPassword, ChangePassword | — | [`samples/ssh/restricted-authorized-key/RestrictedAuthorizedKeyExample.json`](../../samples/ssh/restricted-authorized-key/RestrictedAuthorizedKeyExample.json) | [README](../../samples/ssh/restricted-authorized-key/README.md) |
| ssh | Interactive | CheckSystem, CheckPassword, ChangePassword, DiscoverSshHostKey, DiscoverAccounts | — | [`samples/ssh/vcenter-appliance/vCenterServerAppliance.json`](../../samples/ssh/vcenter-appliance/vCenterServerAppliance.json) | [README](../../samples/ssh/vcenter-appliance/README.md) |

Expand Down
2 changes: 2 additions & 0 deletions samples/ssh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Tested custom platform scripts for managing systems over SSH. These samples cove
| [generic-linux-ssh-keys](generic-linux-ssh-keys/) | ⭐⭐⭐ | Linux with SSH authorized key lifecycle |
| [linux-app-text-config](linux-app-text-config/) | ⭐⭐⭐ | Application passwords in text config files |
| [linux-ssh-batch-mode](linux-ssh-batch-mode/) | ⭐⭐ | Linux using batch-mode SSH (no interactive shell) |
| [openwrt](openwrt/) | ⭐⭐⭐ | OpenWrt (dropbear/BusyBox) password + SSH key lifecycle |
| [restricted-authorized-key](restricted-authorized-key/) | ⭐⭐⭐ | Linux with restricted key + passwordless sudo |
| [vcenter-appliance](vcenter-appliance/) | ⭐⭐⭐ | VMware vCenter Server Appliance |

Expand All @@ -20,6 +21,7 @@ Tested custom platform scripts for managing systems over SSH. These samples cove
- **New to SSH platforms?** Start with [generic-linux](generic-linux/) — it's the baseline.
- **Need account discovery?** Look at [generic-linux-with-discovery](generic-linux-with-discovery/).
- **Managing SSH keys?** See [generic-linux-ssh-keys](generic-linux-ssh-keys/).
- **Managing an OpenWrt router?** See [openwrt](openwrt/) — dropbear/BusyBox quirks handled.
- **Prefer batch commands over interactive shells?** Try [linux-ssh-batch-mode](linux-ssh-batch-mode/).

## Related Docs
Expand Down
Loading
Loading