summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-07-30 19:20:32 +0200
committertv <tv@krebsco.de>2019-07-30 19:20:32 +0200
commitf15434475faf17795bd296fc3570bc7dca34591a (patch)
treec691f814ca4a1c831d2b6191af02fa42bc24254c /tv
parent421a97927b24e69840d34a98eaf7673fea2d4c3c (diff)
tv sshd: drop default generated host key
Fixes an issue with 222160fc3a195415e859048bdef21f703154b3ee which caused the generated ed25519 host key to be preferred over the one defined in krebs/3modules/*/default.nix
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/sshd.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/tv/2configs/sshd.nix b/tv/2configs/sshd.nix
index 1749b552..25468f23 100644
--- a/tv/2configs/sshd.nix
+++ b/tv/2configs/sshd.nix
@@ -5,12 +5,6 @@ with import <stockholm/lib>;
{
services.openssh = {
enable = true;
- hostKeys = [
- {
- type = "ed25519";
- path = "/etc/ssh/ssh_host_ed25519_key";
- }
- ];
};
tv.iptables.input-internet-accept-tcp = singleton "ssh";
}