Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 464 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 464 Bytes

SSH LXD

A proof of concept for an ssh server that spawns a bash session inside a LXD container.

TODO

  • Auth check
  • Multiuser support
  • ???

Auth

Currently work in progress.

Authorized keys can be provided by creating a config.yaml with the name of the Instances and a keys array

auth:
  "poetic-crow":
    keys:
      - "< some ssh key >"
      - "< some ssh key >"
  "trusty-titmouse":
    keys:
      - "< some ssh key >"