ingredient/ssh: Show ssh keys in info
This commit is contained in:
parent
5bceaa0d47
commit
e91e9cb4d6
4 changed files with 41 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ type Information struct {
|
|||
// List of backups made
|
||||
Snapshots []models.Export
|
||||
|
||||
// List of SSH Keys
|
||||
SSHKeys []string
|
||||
|
||||
// WissKI content information
|
||||
NoPrefixes bool // TODO: Move this into the database
|
||||
Prefixes []string // list of prefixes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue