Os login (#50)

Add OS Login support + change key storage format
This commit is contained in:
2021-07-04 18:37:28 +02:00
committed by GitHub
parent ef268fd7b2
commit 91c6dbb2b7
11 changed files with 533 additions and 456 deletions

6
cloud/instance.go Normal file
View File

@@ -0,0 +1,6 @@
package cloud
type Instance struct {
Address string
Name string
}