This is an archive version of the document. To get the most up-to-date information, see the current version.

Veeam Agent Management Security Settings

Configure settings for secure connection between the Veeam backup server and protected computers:

  • Specify SSL certificate
  • Set the trust policy for protected computers running Linux OS

Veeam Agent Management Security Settings Note:

With Veeam PowerShell, you cannot create a self-signed certificate or import an SSL certificate from file in the PFX format. You can only select an existing SSL certificate from the Microsoft Windows Certificates store. The certificate must be imported into the certificate store beforehand.

In This Section

Operation

Cmdlet

Returns SSL certificates

Get-VBRBackupServerCertificate

Assigns an SSL certificate to the Veeam backup server

Add-VBRBackupServerCertificate

Returns the currently set trust policy for Linux hosts.

Get-VBRLinuxTrustedHostPolicy

Sets the trust policy for Linux hosts.

Set-VBRLinuxTrustedHostPolicy

Imports Linux SSH fingerprints from a file.

Import-VBRLinuxKnownHost

Exports Linux SSH fingerprints to a file.

Export-VBRLinuxKnownHost