diff options
author | Joe <rbo@gmx.us> | 2023-12-18 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-18 20:20:20 +0100 |
commit | d1a0be3268615c0c175cce2dab823ebfefc1ff0f (patch) | |
tree | f2a3bb6cfc700b8cf545c76bc0c7916f1d50a660 /c_lhosts.go | |
parent | good ssh (diff) | |
download | hardflip-d1a0be3268615c0c175cce2dab823ebfefc1ff0f.tar.gz hardflip-d1a0be3268615c0c175cce2dab823ebfefc1ff0f.tar.bz2 hardflip-d1a0be3268615c0c175cce2dab823ebfefc1ff0f.tar.xz hardflip-d1a0be3268615c0c175cce2dab823ebfefc1ff0f.tar.zst hardflip-d1a0be3268615c0c175cce2dab823ebfefc1ff0f.zip |
gojump
Diffstat (limited to 'c_lhosts.go')
-rw-r--r-- | c_lhosts.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/c_lhosts.go b/c_lhosts.go index d197607..8e9a416 100644 --- a/c_lhosts.go +++ b/c_lhosts.go @@ -57,8 +57,12 @@ type HostNode struct { Port uint16 `yaml:"port"` User string `yaml:"user"` Pass string `yaml:"pass"` - Jump string `yaml:"jump"` Priv string `yaml:"priv"` + Jump string `yaml:"jump"` + JumpPort uint16 `yaml:"jump_port"` + JumpUser string `yaml:"jump_user"` + JumpPass string `yaml:"jump_pass"` + JumpPriv string `yaml:"jump_priv"` Note string `yaml:"note"` Filename string Folder string |