--- title: "Set-VBRLinux" description: "Modifies settings of a Linux server added to the backup infrastructure. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet modifies settings of a Linux server" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/set-vbrlinux.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Virtualization Servers and Hosts > Set-VBRLinux" dateModified: "2026-08-19" --- # Set-VBRLinux ## Short Description Modifies settings of a Linux server added to the backup infrastructure. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Credentials (Default)
AddCredentials
UseCertificate
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the Linux server. |
|
False |
Named |
False |
|
Description |
Specifies the description of the Linux server. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will modify settings of Linux server without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
HandshakeCode |
Specifies the handshake code used to pair with the server. |
|
False |
Named |
False |
|
Package |
Specifies the Linux package. Accepts the |
False |
Named |
False |
|
|
Server |
Specifies a Linux server which settings that you want to modify. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
SSHAddToSudoers |
Defines that the user account is added to sudoers file. Default: (if the |
|
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. If you provide this parameter, Veeam Backup & Replication will failover to the su command if sudo command fails. Otherwise, if sudo fails Veeam Backup & Replication will not be able to add Linux credentials records. Default: |
|
False |
Named |
False |
|
SSHFingerprint |
Specifies 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: |
|
False |
Named |
False |
|
SSHRootPassword |
Specifies the root password to be used for authentication. |
|
False |
Named |
False |
|
SSHTempCredentials |
Defines that the cmdlet will use the temporary credentials to connect to Linux server. Default: |
|
False |
Named |
False |
|
SSHUser |
Specifies the user name you want to use for authenticating with the Linux server. |
|
True |
Named |
False |
|
UseCertificate |
Defines if certificate-based authentication is used. |
|
True |
Named |
False |