VBOLinuxCredential
Contains details about Linux credentials.
|
Property |
Type |
Description |
|---|---|---|
|
SshPort |
Int |
Port number to connect to a Linux-based backup proxy server through SSH. Default: 22 |
|
ConnectionTimeout |
Int |
The SSH connection timeout to wait for connection to a Linux-based backup proxy server through SSH. |
|
Account |
String |
User name. |
|
PrivateKeyFilePath |
String |
The private key file path. |
|
ElevateAccountToRoot |
Bool |
If True, non-root users are provided with root account privileges. |
|
AddToSudoers |
Bool |
If True, the user account is added to sudoers file. |
|
UseSuIfSudoUnavailable |
Bool |
If True, the su command is used if the sudo command is not available. |
|
Fingerprint |
String |
The SSH host fingerprint. |
|
IgnoreFingerprintCheck |
Bool |
If True, verification of the SSH fingerprint is skipped on a target Linux machine. |
Related Commands
Set-VBOConfigurationParameterModifies configuration of the Veeam Backup for Microsoft 365 controller, backup proxy servers and backup proxy pools.Add-VBOProxyAdds a backup proxy server to the Veeam Backup for Microsoft 365 infrastructure.Set-VBOProxyModifies settings of a backup proxy server.Remove-VBOProxyRemoves backup proxy servers.Update-VBOProxyUpgrades backup proxy servers.New-VBOLinuxCredentialCreates the Linux credentials record to connect to a Linux-based backup proxy server.Set-VBOProxyMaintenanceEnables or disables maintenance mode for backup proxy servers that are already added to a backup proxy pool.