Skip to content

Commit

Permalink
Merge pull request #160 from serokell/rvem/update-known-hosts
Browse files Browse the repository at this point in the history
[Chore] Add 'homam' public key to knowHosts
  • Loading branch information
rvem authored Apr 4, 2024
2 parents 42e2bbe + a076228 commit c07005c
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,6 +21,7 @@ rec {
"staging.ment.serokell.team" = { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMTEXN9yBPSTdFRtOkJGt/CzlemqS/bSzbsOGDRvU/U/"; };
"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"; };
};
knownHostsFiles = [
(pkgs.writeText "github.keys" ''
Expand Down

0 comments on commit c07005c

Please sign in to comment.