Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + func ForwardAgent(client client2.BaseWorkspaceClient, logger log.Logger) error + func GetHostOwnerTrust() ([]byte, error) + func GetHostPubKey() ([]byte, error) + func IsGpgTunnelRunning(ctx context.Context, user string, client *ssh.Client, log log.Logger) bool + type GPGConf struct + GitKey string + OwnerTrust []byte + PublicKey []byte + SocketPath string + func (g *GPGConf) ImportGpgKey() error + func (g *GPGConf) ImportOwnerTrust() error + func (g *GPGConf) SetupGpgConf() error + func (g *GPGConf) SetupRemoteSocketDirTree() error + func (g *GPGConf) SetupRemoteSocketLink() error + func (g *GPGConf) StopGpgAgent() error