SSH server that allows root login with no password. DO NOT USE IN PRODUCTION.
ext-sshd-dev is an Avocado extension — a reusable fragment of
build- and runtime-configuration that you compose into your own Avocado project. To use it,
declare it as a package-sourced extension in your avocado.yaml and add it to a runtime:
extensions:
avocado-ext-sshd-dev:
source:
type: package
version: "*" # or pin an exact version
runtimes:
my-runtime:
extensions:
- avocado-ext-sshd-devThen install and build:
avocado install # fetches + installs the SDK, extensions and runtime deps from your config
avocado build # builds the SDK compile steps, extensions and runtime imagesavocado install pulls the extension from your target's package feed and merges its
config into your project; avocado build then produces the runtime.