disabled ssh user cert for janus
This commit is contained in:
@@ -40,10 +40,10 @@ in
|
|||||||
|
|
||||||
shell.program = "zsh";
|
shell.program = "zsh";
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
step-ssh-user = {
|
# step-ssh-user = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
principals = [ "${hostname}" ];
|
# principals = [ "${hostname}" ];
|
||||||
};
|
# };
|
||||||
ssh.matchSets = {
|
ssh.matchSets = {
|
||||||
certs = true;
|
certs = true;
|
||||||
homelab = true;
|
homelab = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user