Skip to content

Commit

Permalink
Merge pull request #1211 from flyingcircusio/FC-42115-fl-root-ssh-key
Browse files Browse the repository at this point in the history
Rotate FL's root ssh key as the old one was over 5 years old
  • Loading branch information
osnyx authored Jan 6, 2025
2 parents 4db3987 + cc17b8c commit 9e72f6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.d/20241223_092414_fc-24.05-dev_scriv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Impact


### NixOS XX.XX platform

- Rotate FL’ root ssh key as the old one was over 5 years old (FC-42115)
2 changes: 1 addition & 1 deletion nixos/platform/static.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ with lib;
directory = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSejGFORJ7hlFraV3caVir3rWlo/QcsWptWrukk2C7eaGu/8tXMKgPtBHYdk4DYRi7EcPROllnFVzyVTLS/2buzfIy7XDjn7bwHzlHoBHZ4TbC9auqW3j5oxTDA4s2byP6b46Dh93aEP9griFideU/J00jWeHb27yIWv+3VdstkWTiJwxubspNdDlbcPNHBGOE+HNiAnRWzwyj8D0X5y73MISC3pSSYnXJWz+fI8IRh5LSLYX6oybwGX3Wu+tlrQjyN1i0ONPLxo5/YDrS6IQygR21j+TgLXaX8q8msi04QYdvnOqk1ntbY4fU8411iqoSJgCIG18tOgWTTOcBGcZX [email protected]";
ctheune = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA/lhMiMJBednrahZUJvb+dZVhLysbcuGf4p2J4D6MU/ [email protected]";
zagy = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKqKaOCYLUxtjAs9e3amnTRH5NM2j0kjLOE+5ZGy9/W4 [email protected]";
flanitz = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAg5mbkbBk0dngSVmlZJEH0hAUqnu3maJzqEV9Su1Cff flanitz";
flanitz = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKNqLAOXXo8aSQ2RZg/FartJFW/N4dK+S3ap8oaOQ6uj flanitz@MacBookPro.lan";
cs = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1tIRq9ughgKdSl3brTNRyA4ywvNG2mWEqVfToBy3XW cs@CSMBP20";
ts = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOpJ59uGzQAB/n9YFQoOPWHiUFaKPGj2OivAxQmTkeyN ts";
nm = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDFBloz5mf4SxX0/GwvOmTD2itWTRjyrmxh13Nzc2oSP nm";
Expand Down

0 comments on commit 9e72f6b

Please sign in to comment.