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

Export-VBRLinuxKnownHost

Short Description

Exports Linux SSH fingerprints to a file.

Applies to

Product Edition: Community, Standard, Enterprise, Enterprise Plus

Syntax

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

Detailed Description

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

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Path

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

True

Named

True (ByValue,
ByProperty
Name)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example

This command exports Linux SSH fingerprints to an XML file.

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