зеркало из https://github.com/Azure/ARO-RP.git
Merge pull request #2198 from jhoreman/adding-password-auth-rp
setting password auth to true through generator resources
This commit is contained in:
Коммит
562d2612e3
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -644,6 +644,9 @@ for scan in baseline clamav software; do
|
|||
/usr/local/bin/azsecd config -s $scan -d P1D
|
||||
done
|
||||
|
||||
# We need to manually set PasswordAuthentication to true in order for the VMSS Access JIT to work
|
||||
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
|
||||
|
||||
restorecon -RF /var/log/*
|
||||
|
||||
(sleep 30; reboot) &
|
||||
|
|
|
@ -1071,6 +1071,9 @@ for scan in baseline clamav software; do
|
|||
/usr/local/bin/azsecd config -s $scan -d P1D
|
||||
done
|
||||
|
||||
# We need to manually set PasswordAuthentication to true in order for the VMSS Access JIT to work
|
||||
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
|
||||
|
||||
restorecon -RF /var/log/*
|
||||
(sleep 30; reboot) &
|
||||
`))
|
||||
|
|
Загрузка…
Ссылка в новой задаче