aboutsummaryrefslogtreecommitdiffstats
path: root/c_lhosts.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c_lhosts.go6
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