diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-02 19:10:39 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-02 19:10:39 -0400 |
commit | cbcd022f302adc39ecb89fba6faf72e68184c0e0 (patch) | |
tree | a5ab154e08fa3c4fa110b09d3475736c66840c8b /scripts/common/20-root-user | |
parent | ceb339370d7a0cc4a83fe54103a650dfb3f72261 (diff) | |
download | infrastructure-cbcd022f302adc39ecb89fba6faf72e68184c0e0.tar.gz |
halfway working idm server and laptop hostclasses
Diffstat (limited to 'scripts/common/20-root-user')
-rw-r--r-- | scripts/common/20-root-user | 7 |
1 files changed, 7 insertions, 0 deletions
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" |