From 2f20bfedc4394301af9613e44bfe305b701ee12f Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 2 May 2024 20:20:20 +0200 Subject: sshcmd --- src/c_lhosts.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c_lhosts.go') diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 66d58e3..301a618 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -84,6 +84,7 @@ type HostNode struct { User string `yaml:"user,omitempty"` Pass string `yaml:"pass,omitempty"` Priv string `yaml:"priv,omitempty"` + Exec string `yaml:"exec,omitempty"` RDPFile string `yaml:"rdp_file,omitempty"` Jump JumpSettings `yaml:"jump,omitempty"` Quality uint8 `yaml:"quality,omitempty"` -- cgit v1.2.3