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, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Exporting Linux SSH Fingerprints
This command exports Linux TLS fingerprints to an XML file.
Export-VBRLinuxKnownHost -Path "C:\fingerprints.xml" |