Skip to content

Commit

Permalink
[Chore] Add 'morava' to the list of known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
rvem committed Jul 5, 2024
1 parent 0c102bb commit 54d4055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ssh-hostkeys.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rec {
"biham.pegasus.serokell.team" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE9HYKeUNkKcMgqfJ86BYdLE90FRgWwxx+qEiEp70Md2"; };
"[skat.aquarius.serokell.team]:17788" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILyJ3GkPNLcFGYW46Y7k0SDTuNqIOse03nsNOu0OHLVT"; };
"homam.pegasus.serokell.team" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEraUrGl1ovuPyKMeEJtG/XN3OlpSomq0FWhN1BIi2kZ"; };
"morava.pegasus.serokell.team" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICoXmGW0mxq4emctkb06EoLOtDu+9mLKMDfy/qwQbVMB"; };
};
knownHostsFiles = [
(pkgs.writeText "github.keys" ''
Expand Down

0 comments on commit 54d4055

Please sign in to comment.