feat(openssh): add ssh and scp as external static dependencies
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 David Brown