global/ssh: add github to known hosts
This commit is contained in:
parent
c4fd35577d
commit
034d7a5f00
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ with lib;
|
|||
path = "/etc/ssh/ssh_host_ed25519_key";
|
||||
type = "ed25519";
|
||||
}];
|
||||
knownHosts = {
|
||||
"github.com" = {
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl";
|
||||
extraHostNames = [ "ssh.github.com" "ssh.github.com:443" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue