Skip to content

avocado-linux/ext-sshd-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ext-sshd-dev

SSH server that allows root login with no password. DO NOT USE IN PRODUCTION.

Using this extension

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-dev

Then 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 images

avocado install pulls the extension from your target's package feed and merges its config into your project; avocado build then produces the runtime.

About

SSH server with root login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors