aboutsummaryrefslogtreecommitdiffstats
path: root/c_josh.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c_josh.go3
1 files changed, 3 insertions, 0 deletions
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() {