ssh: Update help page and allow service forwarding

This commit is contained in:
Tom Wiesing 2023-04-12 13:42:27 +02:00
parent eacd59bb1b
commit 85c63f24a9
No known key found for this signature in database
9 changed files with 166 additions and 41 deletions

View file

@ -6,6 +6,7 @@ import (
"github.com/FAU-CDI/wisski-distillery/internal/dis/component/instances"
"github.com/FAU-CDI/wisski-distillery/internal/dis/component/sql"
"github.com/FAU-CDI/wisski-distillery/internal/dis/component/ssh2/sshkeys"
"github.com/tkw1536/pkglib/lazy"
)
type SSH2 struct {
@ -16,6 +17,8 @@ type SSH2 struct {
Auth *auth.Auth
Keys *sshkeys.SSHKeys
}
interceptsC lazy.Lazy[[]Intercept]
}
var (