SSHSecure/sshkeys/struct.go

12 lines
116 B
Go
Raw Normal View History

2020-09-03 19:11:42 -04:00
package sshkeys
type SSHPubkey struct {
// Raw ???
B64 string
Comment string
}
type SSHPrivateKey struct {
}