Update Docker & Kubernetes/Servers/AWX/AWX Operator/Enable Kerberos WinRM.md
This commit is contained in:
@ -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..."
|
||||||
|
Reference in New Issue
Block a user