--- title: "Set-VBRLinuxFileRestoreHelperHost" description: "Modifies temporary Linux helper host specifications. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet modifies temporary Linux helper host specifications." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/set-vbrlinuxfilerestorehelperhost.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Data Recovery > Guest OS File Recovery > Set-VBRLinuxFileRestoreHelperHost" dateModified: "2026-08-19" --- # Set-VBRLinuxFileRestoreHelperHost ## Short Description Modifies temporary Linux helper host specifications. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AddCredentials (Default)
Credentials
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the Linux server. Accepts the |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will modify temporary Linux helper host specification without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
HelperHost |
Specifies the temporary Linux helper host. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
SSHAddToSudoers |
Defines that the user account is added to sudoers file. Default: |
|
False |
Named |
False |
|
SSHElevateToRoot |
Defines that non-root users are provided with the root account privileges. Default: |
|
False |
Named |
False |
|
SSHFailoverToSu |
Defines that Veeam Backup & Replication will use the su command if the sudo command fails. Default: |
|
False |
Named |
False |
|
SSHFingerprint |
Specifies the SSH host fingerprint. |
|
False |
Named |
False |
|
SSHPassword |
Specifies the password you want to use for authenticating with the Linux server. |
|
True |
Named |
False |
|
SSHPort |
Specifies the SSH port for connection to the Linux server. Default: 22. |
|
False |
Named |
False |
|
SSHRootPassword |
Specifies the root password used for authentication. |
|
False |
Named |
False |
|
SSHUser |
Specifies the user name you want to use for authenticating with the Linux server. |
|
True |
Named |
False |