Исправить тихое завершение третьего этапа #7
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ochenstarik/lightweight-server#7
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/fix-step3-sshd-pipefail"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Исправлена ложная ошибка сразу после записи SSH-конфигурации. При set -o pipefail конвейер sshd -T с досрочно завершающимся awk мог возвращать SIGPIPE 141 и молча останавливать мастер. Теперь полный вывод sshd -T сохраняется один раз и разбирается без опасного конвейера. Добавлен регрессионный тест и отдельный шаг GitHub Actions.