Skip to content

Commit

Permalink
Merge pull request #126 from rebelinux/v12.1
Browse files Browse the repository at this point in the history
Fix #124
  • Loading branch information
rebelinux authored Dec 30, 2023
2 parents 33e720c + fe41ad9 commit fbf796f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Src/Private/Get-AbrVbrBackupServerInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ function Get-AbrVbrBackupServerInfo {
'True' {"Enabled"}
'False' {"Disabled"}
}
'Linux host authentication' = Switch ($SecurityOptions.HostPolicy.Type) {
'All' {"Add all discovered host to the list automatically"}
'KnownHosts' {"Add unknown host to the list manually"}
}
'Logging Level' = $VeeamInfo.LoggingLevel

}
Expand Down

0 comments on commit fbf796f

Please sign in to comment.