Update ansible/roles/base/files/authorized_keys_user, ansible/roles/base/files/sshd_config_secured_redhat

This commit is contained in:
2022-12-18 12:34:11 +00:00
parent 27a1f438b6
commit aedc083b10
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ Subsystem sftp /usr/libexec/openssh/sftp-server
# AllowTcpForwarding no # AllowTcpForwarding no
# PermitTTY no # PermitTTY no
# ForceCommand cvs server # ForceCommand cvs server
PasswordAuthentication no PasswordAuthentication yes
#enable remote powershell #enable remote powershell
#Subsystem powershell /usr/bin/pwsh -sshs -NoLogo #Subsystem powershell /usr/bin/pwsh -sshs -NoLogo