package sshkeys type OpenSSHKeypair interface { GeneratePrivate(keyType uint8) error GeneratePublic(keyType uint8) error }