Versions in this module Expand all Collapse all v0 v0.3.0 Nov 6, 2024 Changes in this version + func CreateCfgFile(dataDir, cfgTmpl string, adminKey UserSSH) string + func CreateTmpDir() string + func GenerateKeys() (UserSSH, UserSSH) + type UserSSH struct + func NewUserSSH(username string, signer ssh.Signer) *UserSSH + func (s UserSSH) Cmd(patch []byte, cmd string) (string, error) + func (s UserSSH) MustCmd(patch []byte, cmd string) string + func (s UserSSH) Public() string