diff options
author | Joe <rbo@gmx.us> | 2024-05-02 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-02 20:20:20 +0200 |
commit | 2f20bfedc4394301af9613e44bfe305b701ee12f (patch) | |
tree | eab2bc5da8de0555173d99f097d469af2bda4984 /src/c_lhosts.go | |
parent | quick weird bugfix (diff) | |
download | hardflip-2f20bfedc4394301af9613e44bfe305b701ee12f.tar.gz hardflip-2f20bfedc4394301af9613e44bfe305b701ee12f.tar.bz2 hardflip-2f20bfedc4394301af9613e44bfe305b701ee12f.tar.xz hardflip-2f20bfedc4394301af9613e44bfe305b701ee12f.tar.zst hardflip-2f20bfedc4394301af9613e44bfe305b701ee12f.zip |
sshcmd
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r-- | src/c_lhosts.go | 1 |
1 files changed, 1 insertions, 0 deletions
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"` |