From d1a0be3268615c0c175cce2dab823ebfefc1ff0f Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 18 Dec 2023 20:20:20 +0100 Subject: gojump --- c_lhosts.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'c_lhosts.go') 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 -- cgit v1.2.3