]> git.proxmox.com Git - mirror_lxc.git/commit
lxc-busybox: add OpenSSH support
authorBogdan Purcareata <bogdan.purcareata@freescale.com>
Wed, 22 Apr 2015 14:53:32 +0000 (14:53 +0000)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 22 Apr 2015 16:34:19 +0000 (12:34 -0400)
commited52814c776963efdcc9dcda1ec26fc09930ef93
treeb306e72205fbf0000b54abccd3a8776a62f8a23a
parent507cee3618237d3776441c882be57429795fee08
lxc-busybox: add OpenSSH support

Add an additional template parameter for SSH support in the container. Currently
this can be implemented using the Dropbear or OpenSSH utility. The respective
tool needs to be available on the host Linux.

If the parameter is omitted, the template will look for the Dropbear utility on
the host and install it if it is available (legacy behavior).

Adding OpenSSH support has been done following the model in the lxc-sshd
template.

Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-busybox.in