summaryrefslogtreecommitdiffstats
path: root/core/modules/sshd/module.conf.ubuntu
diff options
context:
space:
mode:
authorSimon Rettberg2021-10-14 14:27:28 +0200
committerSimon Rettberg2021-10-14 14:27:28 +0200
commit0d10cf2150e9aadad7153d00ebd2acf67d4cbcff (patch)
treef013b7e46288b7947db61b85b83aec34b5c08329 /core/modules/sshd/module.conf.ubuntu
parent[virt-manager] Enable automatic resize of guest system (diff)
downloadmltk-0d10cf2150e9aadad7153d00ebd2acf67d4cbcff.tar.gz
mltk-0d10cf2150e9aadad7153d00ebd2acf67d4cbcff.tar.xz
mltk-0d10cf2150e9aadad7153d00ebd2acf67d4cbcff.zip
[sshd] Properly install sshd
Diffstat (limited to 'core/modules/sshd/module.conf.ubuntu')
-rw-r--r--core/modules/sshd/module.conf.ubuntu4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/modules/sshd/module.conf.ubuntu b/core/modules/sshd/module.conf.ubuntu
new file mode 100644
index 00000000..31137b90
--- /dev/null
+++ b/core/modules/sshd/module.conf.ubuntu
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_CONTENT_PACKAGES="
+ openssh-server
+"