Skip to content

feat(openssh): add ssh and scp as external static dependencies

Congregate Migrate requested to merge openssh into main

Make it possible to create static versions of ssh and scp

bazelisk build external/openssh:openssh

You can then find the binaries (for copying into a docker image) using

bazelisk cquery --output=files external/openssh:openssh

Edited by Congregate Migrate

Merge request reports

Loading