aboutsummaryrefslogblamecommitdiff
path: root/scripts/common/20-root-user
blob: 9a9f5e6967f3e8881b9263986251063f0bddc7d0 (plain) (tree)
1
2
3
4
5
6
7






                                                
#!/bin/sh

# Add root SSH pubkeys.
set_authorized_keys root "$root_authorized_keys"

# Set root password.
set_password root "$root_password"