update ssh keys
This commit is contained in:
parent
5eb7c45af2
commit
37d87ae1dc
4 changed files with 4 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "deploy";
|
group = "deploy";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"command=\"${pkgs.rsync}/bin/rsync --server -vlogDtpre.iLsfxCIvu . /srv/http/www/\",restrict ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM35LG+xuDaoHQ2bYD4eRc3P6Cl3JVYntoP5Gu9R+mZC deploy@www.berlin.ccc.de production"
|
"command=\"${pkgs.rsync}/bin/rsync --server -vlogDtpre.iLsfxCIvu . /srv/http/www/\",restrict ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTUmrD0RMS0atfreGYjobnxBhppqo5XDEOUkLgUMWpD deploy@www.berlin.ccc.de production"
|
||||||
"command=\"${pkgs.rsync}/bin/rsync --server -vlogDtpre.iLsfxCIvu . /srv/http/www-staging/\",restrict ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjjLtnGf7w5D/ON+P2HpMZ5HA2fWp5YSQMGMuu5CjUt deploy@www.berlin.ccc.de staging"
|
"command=\"${pkgs.rsync}/bin/rsync --server -vlogDtpre.iLsfxCIvu . /srv/http/www-staging/\",restrict ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIenjEIMaOclgb+vg/LZf2P/eF9J1MaAHpSlYpmtKToB deploy@www.berlin.ccc.de staging"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
groups.deploy = { };
|
groups.deploy = { };
|
||||||
|
|
|
||||||
BIN
secrets/id_ed25519_www-production.age
Normal file
BIN
secrets/id_ed25519_www-production.age
Normal file
Binary file not shown.
BIN
secrets/id_ed25519_www-staging.age
Normal file
BIN
secrets/id_ed25519_www-staging.age
Normal file
Binary file not shown.
|
|
@ -63,6 +63,8 @@ in
|
||||||
_dav
|
_dav
|
||||||
];
|
];
|
||||||
"www-staging-htpasswd.age".publicKeys = xengi ++ [ _www ];
|
"www-staging-htpasswd.age".publicKeys = xengi ++ [ _www ];
|
||||||
|
"id_ed25519_www-staging.age".publicKeys = xengi;
|
||||||
|
"id_ed25519_www-production.age".publicKeys = xengi;
|
||||||
"caldav-export-config.age".publicKeys = xengi ++ [ _www ];
|
"caldav-export-config.age".publicKeys = xengi ++ [ _www ];
|
||||||
"radicale_htpasswd.age".publicKeys = xengi ++ [ _dav ];
|
"radicale_htpasswd.age".publicKeys = xengi ++ [ _dav ];
|
||||||
"forgejo-internal-token.age".publicKeys = xengi ++ kaythxbye ++ [ _git ];
|
"forgejo-internal-token.age".publicKeys = xengi ++ kaythxbye ++ [ _git ];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue