package sshkeys type OpenSSHKeypair interface { GeneratePrivate(force bool) error GeneratePublic(force bool) error }