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

Import-VBRLinuxKnownHost

Short Description

Imports Linux TLS fingerprints from a file.

Applies to

Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Import-VBRLinuxKnownHost -Path <string> [-NetworkCredentials <CCredentials>] [-Force]  [<CommonParameters>]

Detailed Description

This cmdlet imports TLS fingerprints of Linux hosts from a file to Veeam Backup & Replication. Veeam Backup & Replication will consider the hosts as trusted.

Tip

To instruct Veeam Backup & Replication to establish connections only with trusted hosts, run the Set-VBRLinuxTrustedHostPolicy cmdlet.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Path

Specifies the path to the file. The cmdlet will import SSH fingerprints from this file.

String

True

Named

True (ByValue,
ByProperty
Name)

NetworkCredentials

For importing from a folder on a file share.

Specifies the credentials you want to use for authenticating with the shared folder.

CCredentials

False

Named

True (ByProperty
Name)

Force

Defines that the cmdlet will overwrite TLS fingerprints for existing hosts in the Veeam Backup & Replication database without asking a user.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

None.

Example

This command imports Linux TLS fingerprints from an XML file.

Import-VBRLinuxKnownHost -Path "C:\fingerprints.xml"