Skip to main content

Remote Exec

@swampadmin/remote-execv2026.03.05.0· 7d agoDRIVERS
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 proxyHost config
  • WinRM driver now supports Kerberos authentication
03Drivers3
ssh-remoteconfigurable
driverssh.ts

ssh-remote execution driver

Config Fields

FieldTypeDescription
hoststringSSH target hostname or IP
port?numberSSH port (default: 22)
userstringSSH username
private_key_path?stringPath to SSH private key
proxy_host?stringJump host / bastion for tunneling
winrm-remoteconfigurable
driverwinrm.ts

winrm-remote execution driver

Config Fields

FieldTypeDescription
hoststringWinRM target hostname or IP
port?numberWinRM port (default: 5985)
auth_typestringAuthentication type (ntlm, kerberos)
usernamestringWindows username
aws-ssmconfigurable
driverssm.ts

aws-ssm execution driver

Config Fields

FieldTypeDescription
instance_idstringEC2 instance ID
regionstringAWS region
04Previous Versions1
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