Remote Exec
01README
Remote execution drivers for running commands on infrastructure targets.
- SSH — key-based auth, jump host support, SCP file transfer
- WinRM — NTLM and Kerberos auth for Windows targets
- AWS SSM — Session Manager for EC2 instances without open ports
02Release Notes
New
- AWS SSM driver — execute commands via Session Manager, no SSH keys needed
Improved
- SSH driver adds jump host / bastion support via
proxyHostconfig - WinRM driver now supports Kerberos authentication
03Drivers
ssh-remoteconfigurable
driverssh.ts
ssh-remote execution driver
Config Fields
| Field | Type | Description |
|---|---|---|
| host | string | SSH target hostname or IP |
| port? | number | SSH port (default: 22) |
| user | string | SSH username |
| private_key_path? | string | Path to SSH private key |
| proxy_host? | string | Jump host / bastion for tunneling |
winrm-remoteconfigurable
driverwinrm.ts
winrm-remote execution driver
Config Fields
| Field | Type | Description |
|---|---|---|
| host | string | WinRM target hostname or IP |
| port? | number | WinRM port (default: 5985) |
| auth_type | string | Authentication type (ntlm, kerberos) |
| username | string | Windows username |
aws-ssmconfigurable
driverssm.ts
aws-ssm execution driver
Config Fields
| Field | Type | Description |
|---|---|---|
| instance_id | string | EC2 instance ID |
| region | string | AWS region |
04Previous Versions
2026.01.15.0Mar 16, 2026
05Stats
Downloads
0
Archive size
98.0 KB
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
06Platforms
07Labels