Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHKeySigner ¶ added in v0.7.0
type SSHKeySigner struct { *keyfile.TPMKeySigner // contains filtered or unexported fields }
Shim for keyfile.TPMKeySigner We need access to the SSHTPMKey to change the userauth for caching
func NewSSHKeySigner ¶ added in v0.7.0
func (*SSHKeySigner) Sign ¶ added in v0.7.0
func (t *SSHKeySigner) Sign(r io.Reader, digest []byte, opts crypto.SignerOpts) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.