diff --git a/sshtunnel/config.go b/sshtunnel/config.go index 0f413e4..71d1c6a 100644 --- a/sshtunnel/config.go +++ b/sshtunnel/config.go @@ -10,4 +10,6 @@ type Config struct { User string `json:"user"` Pass string `json:"pass,omitempty"` Tunnels []Tunnel `json:"tunnels,omitempty"` + Key string `json:"key,omitempty"` + KeyPass string `json:"keyPass,omitempty"` }