677 B
677 B
The admin service aggregates components that allow an administrator to log in to and manage the machine.
The following configuration:
-
Enables OpenSSH with root login and adds an SSH public key named
myusersKeyto the machine's authorized_keys via theallowedKeyssetting. -
Automatically generates a password for the root user.
instances = {
admin = {
roles.default.tags = {
all = { };
};
roles.default.settings = {
allowedKeys = {
myusersKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEFDNnynMbFWatSFdANzbJ8iiEKL7+9ZpDaMLrWRQjyH lhebendanz@wintux";
};
};
};
};