Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yc-image-cleanup.sh -d выдает ошибку после очистки образа через yc-image-cleanup.sh -с #203

Open
dmitry-j-mikhin opened this issue Aug 9, 2023 · 1 comment

Comments

@dmitry-j-mikhin
Copy link

Получаю ошибку:

Checking for SSH password authentication is disabled... FAIL;

Проблема в том, что перед этим yc-image-cleanup.sh -с очищает хостовые ключи:

Cама проверяющая функция вызывает sshd -T
CONF_VAULE=$(sshd -T 2>/dev/null | sed -n 's/^passwordauthentication \(.*\)/\1/p')
А sshd -T не стартует из-за очищенных ключей:

# sshd -T
sshd: no hostkeys available -- exiting.

В результате проверка по ошибке выдает FAIL.

Ну и в целом такая проверка выглядит не очень логично, т.к. в коде очистки есть только исправление значения PermitRootLogin

sed -i 's/.*PermitRootLogin.*/#PermitRootLogin No/g' /etc/ssh/sshd_config
но проверка при этом идет на PasswordAuthentication, надо бы эти вещи согласовать )

@dmitry-j-mikhin
Copy link
Author

#204 - PR с фиксом

dmitry-j-mikhin added a commit to dmitry-j-mikhin/yc-examples that referenced this issue Aug 9, 2023
dmitry-j-mikhin added a commit to dmitry-j-mikhin/yc-examples that referenced this issue Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant