Update Docker & Kubernetes/Servers/AWX/AWX Operator/Enable Kerberos WinRM.md

This commit is contained in:
2024-08-01 04:57:10 -06:00
parent 9c0f53378f
commit 49f63cbd5a

View File

@ -57,7 +57,7 @@ winrm set winrm/config/service/auth '@{Kerberos="true"}'
# Configure the WinRM service to use HTTPS and Kerberos # Configure the WinRM service to use HTTPS and Kerberos
Write-Host "Configuring WinRM service to use HTTPS and Kerberos..." Write-Host "Configuring WinRM service to use HTTPS and Kerberos..."
winrm set winrm/config/service '@{AllowUnencrypted="false"; MaxMemoryPerShellMB="1024"; MaxProcessesPerShell="25"; MaxConcurrentUsers="10"; MaxShellsPerUser="30"}' winrm set winrm/config/service '@{AllowUnencrypted="false"}'
# Configure the WinRM client to use Kerberos # Configure the WinRM client to use Kerberos
Write-Host "Configuring WinRM client to use Kerberos..." Write-Host "Configuring WinRM client to use Kerberos..."