2019-10-24 02:20:38 +02:00
|
|
|
# generated by updateSshKeys.sh
|
2019-12-20 05:54:26 +01:00
|
|
|
{ config, lib, ... }: {
|
2019-10-24 02:20:38 +02:00
|
|
|
|
|
|
|
services.openssh.knownHosts = {
|
2022-01-18 20:21:03 +01:00
|
|
|
#"robi_init" = {
|
|
|
|
# hostNames = [
|
|
|
|
# "robi:2222"
|
|
|
|
# "144.76.13.147:2222"
|
|
|
|
# ];
|
|
|
|
# fingerprints
|
|
|
|
# 256 SHA256:rhvbJ84cPXXezaoJiY7tFsG8CJxI2F/lLKz8q+xUW+g root@rescue (ED25519)
|
|
|
|
# 3072 SHA256:KBVMQLNWaDpzlCZERN9OeEDFAhUoADOZRfenXWHxswU root@rescue (RSA)
|
|
|
|
# publicKey = "";
|
|
|
|
#};
|
2021-12-28 16:19:29 +01:00
|
|
|
"robi" = {
|
|
|
|
hostNames = [
|
2022-01-15 10:57:16 +01:00
|
|
|
"robi.private"
|
2021-12-28 16:19:29 +01:00
|
|
|
"robi"
|
|
|
|
"144.76.13.147"
|
2022-01-15 10:57:16 +01:00
|
|
|
"git.ingolf-wagner.de"
|
2022-04-22 19:29:22 +02:00
|
|
|
"taskd.ingolf-wagner.de"
|
2021-12-28 16:19:29 +01:00
|
|
|
];
|
|
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK2PGX6cZuBUGX4VweMzi0aRh4uQ61yngCzZGcK3w5XV";
|
|
|
|
};
|
2021-03-05 16:01:24 +01:00
|
|
|
"sternchen.secret" = {
|
|
|
|
hostNames = [
|
|
|
|
"sternchen.secret"
|
|
|
|
config.module.cluster.services.tinc.secret.hosts.sternchen.tincIp
|
|
|
|
];
|
2021-12-28 16:19:29 +01:00
|
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILriD/0+65L1mkbjKENwpvB3wUMXz/rEf9J8wuJjJa0q";
|
2021-03-05 16:01:24 +01:00
|
|
|
};
|
2019-10-24 02:20:38 +02:00
|
|
|
"sterni.private" = {
|
|
|
|
hostNames = [
|
|
|
|
"sterni.private"
|
2021-03-05 08:22:35 +01:00
|
|
|
"sterni.secret"
|
2019-10-24 02:20:38 +02:00
|
|
|
config.module.cluster.services.tinc.private.hosts.sterni.tincIp
|
2021-03-05 08:22:35 +01:00
|
|
|
config.module.cluster.services.tinc.secret.hosts.sterni.tincIp
|
2019-10-24 02:20:38 +02:00
|
|
|
];
|
2022-09-23 20:29:18 +02:00
|
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEQRH4gzT4vWSx3KN80ePPYhSPZRUae/qSyEym6pJTht";
|
2019-10-24 02:20:38 +02:00
|
|
|
};
|
|
|
|
"pepe.private" = {
|
|
|
|
hostNames = [
|
|
|
|
"pepe.private"
|
2020-05-21 01:40:54 +02:00
|
|
|
"pepe.lan"
|
2019-10-24 02:20:38 +02:00
|
|
|
config.module.cluster.services.tinc.private.hosts.pepe.tincIp
|
|
|
|
];
|
2022-01-18 20:21:03 +01:00
|
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPlva+Vdj8WmQPlbQLN3qicMz5AAsyTzK53BincxtAz";
|
2019-10-24 02:20:38 +02:00
|
|
|
};
|
2022-10-19 20:57:58 +02:00
|
|
|
"bobi.private" = {
|
|
|
|
hostNames = [
|
|
|
|
"bobi.private"
|
|
|
|
config.module.cluster.services.tinc.private.hosts.bobi.tincIp
|
|
|
|
];
|
|
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0haepNVEaocfWh6kwVc4QsSg2iqO5k+hjarphBqMVk";
|
|
|
|
};
|
2020-01-24 21:07:20 +01:00
|
|
|
"mobi.private" = {
|
|
|
|
hostNames = [
|
|
|
|
"mobi.private"
|
|
|
|
config.module.cluster.services.tinc.private.hosts.mobi.tincIp
|
|
|
|
];
|
2022-09-23 20:29:18 +02:00
|
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE3G7TwCoxcVfwhGL0913RtacEeokqKtufhzzkCxpPxk";
|
2020-01-24 21:07:20 +01:00
|
|
|
};
|
2019-10-24 02:20:38 +02:00
|
|
|
};
|
|
|
|
}
|