feat: add tunnel user
This commit is contained in:
parent
e912607a61
commit
62d230adf6
4 changed files with 43 additions and 0 deletions
|
|
@ -20,6 +20,16 @@
|
|||
mode = "0600";
|
||||
};
|
||||
};
|
||||
|
||||
tunnel = {
|
||||
pub_keys = {
|
||||
file = ../secrets/openssh/tunnel/pub_keys;
|
||||
path = "/var/lib/tunnel/.ssh/authorized_keys";
|
||||
owner = "tunnel";
|
||||
group = "nogroup";
|
||||
mode = "0600";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue