From 33d7f540a5f0c0eabd1d97aa523c8beb0d7f754e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 13 Nov 2024 21:34:55 -0600 Subject: [PATCH] Update vCenter-SSL.ps1 --- inc/vCenter-SSL.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/vCenter-SSL.ps1 b/inc/vCenter-SSL.ps1 index 52bd9839..f7dae84d 100644 --- a/inc/vCenter-SSL.ps1 +++ b/inc/vCenter-SSL.ps1 @@ -242,6 +242,6 @@ else { Write-Error "Failed to Replace Certificate, Please verify Correct Configuration and Retry" } -ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 backup@10.10.1.60 "Rescan-VBREntity -AllHosts" +ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 $VEEAMHOSTSSH "Rescan-VBREntity -AllHosts" }