From cbcd022f302adc39ecb89fba6faf72e68184c0e0 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 2 Aug 2024 19:10:39 -0400 Subject: halfway working idm server and laptop hostclasses --- scripts/common/20-root-user | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/common/20-root-user (limited to 'scripts/common/20-root-user') diff --git a/scripts/common/20-root-user b/scripts/common/20-root-user new file mode 100644 index 0000000..9a9f5e6 --- /dev/null +++ b/scripts/common/20-root-user @@ -0,0 +1,7 @@ +#!/bin/sh + +# Add root SSH pubkeys. +set_authorized_keys root "$root_authorized_keys" + +# Set root password. +set_password root "$root_password" -- cgit v1.2.3