From b9f95a4aa8160fc48de6bf8bbd9cebb927bd3d25 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 14 Dec 2023 20:20:20 +0100 Subject: print --- c_josh.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c_josh.go') diff --git a/c_josh.go b/c_josh.go index 838faf2..dcc2e15 100644 --- a/c_josh.go +++ b/c_josh.go @@ -58,6 +58,9 @@ type host struct { Host string `yaml:"host"` Port uint16 `yaml:"port"` User string `yaml:"user"` + Pass string `yaml:"pass"` + Jump string `yaml:"jump"` + Priv string `yaml:"priv"` } func main() { -- cgit v1.2.3