Documentation
¶
Overview ¶
common auth functions for services, servers, and clients in Altid. Includes support for interacting with a local factotum
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Getkey ¶ added in v0.1.0
func Getkey(params string, args ...interface{})
Get a private key. params i.e. proto=rsa service=ssh role=client
func OpenRPC ¶
func OpenRPC() (io.ReadWriteCloser, error)
Types ¶
type UserPasswd ¶
type UserPasswd struct {
User, Password string
}
func Getuserpasswd ¶
func Getuserpasswd(params string, args ...interface{}) (*UserPasswd, error)
Get a password. params i.e. proto=pass service=ssh role=client server=%s user=%s
Click to show internal directories.
Click to hide internal directories.