Export-VBRLinuxKnownHost

Short Description

Exports Linux SSH fingerprints to a file.

Applies to

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

Syntax

Export-VBRLinuxKnownHost -Path <string>  [<CommonParameters>]

Detailed Description

This cmdlet copies TLS fingerprints of trusted Linux hosts from Veeam Backup & Replication to a file.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Path

Specifies the path to the file. The cmdlet will export TLS fingerprints to this file.

String

True

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

None.

Examples

This command exports Linux TLS fingerprints to an XML file.

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