lets try this permissions

This commit is contained in:
Osman Faruk Bayram 2025-04-11 21:30:21 +03:00
parent e6a70e657e
commit 3fd154d993

View file

@ -29,13 +29,15 @@
file = ../secrets/ssh-key-private.age; file = ../secrets/ssh-key-private.age;
path = "/home/osbm/.ssh/id_ed25519"; path = "/home/osbm/.ssh/id_ed25519";
owner = "osbm"; owner = "osbm";
mode = "0600"; group = "users";
mode = "600";
}; };
ssh-key-public = { ssh-key-public = {
file = ../secrets/ssh-key-public.age; file = ../secrets/ssh-key-public.age;
path = "/home/osbm/.ssh/id_ed25519.pub"; path = "/home/osbm/.ssh/id_ed25519.pub";
owner = "osbm"; owner = "osbm";
mode = "0644"; group = "users";
mode = "644";
}; };
}; };
}) })