test(installer): add OpenSSH distro harness
Все проверки выполнены успешно
CI / test (push) Successful in 3m33s
Docker / Build and publish worker image (push) Successful in 18m37s

Этот коммит содержится в:
Gleb Tv
2026-08-12 22:00:14 +03:00
родитель cb23f123ae
Коммит 4651deb280
18 изменённых файлов: 2408 добавлений и 21 удалений

Просмотреть файл

@@ -177,6 +177,12 @@ SSH host keys are checked against `~/.ssh/known_hosts` by default. Use
`--insecure-host-key` option disables host authentication and should only be
used in a trusted disposable environment.
A Go SSH source installer (remote package/toolchain/source build) is planned;
the pure detection/planning layer and the Docker/OpenSSH test harness that will
accept it are implemented. See
[`docs/source-installation.md`](docs/source-installation.md); run the live
fixture matrix with `make test-ssh`.
## Configuration
| Variable | Required | Default | Purpose |