SSHSecure/sshkeys/struct.go
2020-09-03 19:11:42 -04:00

12 lines
116 B
Go

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