Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.92 KB

File metadata and controls

30 lines (23 loc) · 1.92 KB

← Samples

SSH Samples

Tested custom platform scripts for managing systems over SSH. These samples cover interactive expect-style patterns and batch-mode execution.

Sample Complexity Target System
generic-linux ⭐⭐ Standard Linux (local accounts, interactive SSH)
generic-linux-with-ad ⭐⭐ Linux with AD domain-qualified service account
generic-linux-with-discovery ⭐⭐⭐ Linux with local account discovery
generic-linux-ssh-keys ⭐⭐⭐ Linux with SSH authorized key lifecycle
linux-app-text-config ⭐⭐⭐ Application passwords in text config files
linux-ssh-batch-mode ⭐⭐ Linux using batch-mode SSH (no interactive shell)
restricted-authorized-key ⭐⭐⭐ Linux with restricted key + passwordless sudo
vcenter-appliance ⭐⭐⭐ VMware vCenter Server Appliance

Choosing a Sample

Related Docs