Update SSH Manager/ssh-manager.ps1

This commit is contained in:
2026-08-25 20:44:06 -03:00
parent cb74eb7398
commit 5097dbb09d
+1 -1
View File
@@ -393,7 +393,7 @@ $servers = @(
} }
) )
$sshUser = "brazildevops" $sshUser = "USER"
$environments = @("DEV", "QAS", "PROD", "THIRD_PARTY") $environments = @("DEV", "QAS", "PROD", "THIRD_PARTY")
function Show-EnvironmentMenu { function Show-EnvironmentMenu {