aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/bootcblade.containerfile.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2
index 5de9db7..98fc3c8 100644
--- a/templates/bootcblade.containerfile.j2
+++ b/templates/bootcblade.containerfile.j2
@@ -45,7 +45,8 @@ RUN dnf -y install perl-Data-Dumper perl-Getopt-Long lzop mbuffer mhash pv && \
# Firewall
RUN dnf -y install firewalld && \
systemctl enable firewalld && \
- firewall-offline-cmd --add-service cockpit
+ firewall-offline-cmd --add-service cockpit && \
+ firewall-offline-cmd --add-service ssh
# Allow sudo without password
RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/wheel-passwordless-sudo