package sshkeys type SSHPubkey struct { // Raw ??? B64 string Comment string } type SSHPrivateKey struct { }