checking in
This commit is contained in:
11
sshkeys/struct.go
Normal file
11
sshkeys/struct.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package sshkeys
|
||||
|
||||
type SSHPubkey struct {
|
||||
// Raw ???
|
||||
B64 string
|
||||
Comment string
|
||||
}
|
||||
|
||||
type SSHPrivateKey struct {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user