Skip to content

hdahlheim/ssh-lxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ssh into lxd container POC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published