Skip to content

Commit

Permalink
[ITMO-7] Add skat host-key
Browse files Browse the repository at this point in the history
Problem: We need to add skat.aquarius.serokell.team to known hosts for
the CD to work.

Solution: Add pubKey for skat.aquarius.serokell.team.
  • Loading branch information
Sereja313 committed Sep 4, 2023
1 parent 54e230e commit c390927
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 @@ -21,5 +21,6 @@ rec {
"staging.ment.serokell.team" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMTEXN9yBPSTdFRtOkJGt/CzlemqS/bSzbsOGDRvU/U/"; };
"anadolu.pegasus.serokell.team" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICCCIIDZGy6K9+j5WsU+ESMOecgM2Vw7tbVDHb6QGhbW"; };
"biham.pegasus.serokell.team" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE9HYKeUNkKcMgqfJ86BYdLE90FRgWwxx+qEiEp70Md2"; };
"[skat.aquarius.serokell.team]:17788" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILyJ3GkPNLcFGYW46Y7k0SDTuNqIOse03nsNOu0OHLVT"; };
};
}

0 comments on commit c390927

Please sign in to comment.