include pastebin
This commit is contained in:
parent
13a0b53e3e
commit
83b37864ef
9 changed files with 188 additions and 14 deletions
|
|
@ -15,6 +15,7 @@ type Config struct {
|
|||
HTTPPort int
|
||||
SSHApps map[string]SSHApp
|
||||
HTTPMux *http.ServeMux
|
||||
BaseURL string
|
||||
}
|
||||
|
||||
func (c *Config) GetPrivateKey() (ssh.Signer, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue