From 7ce638e43c5137872d4d07f255581d97856f7e5f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 26 Nov 2021 06:48:44 +0100 Subject: [PATCH] daily autocommit --- bind/named.conf.options | 5 +++++ ssh/ssh_config | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bind/named.conf.options b/bind/named.conf.options index fdd93b4..0b08785 100644 --- a/bind/named.conf.options +++ b/bind/named.conf.options @@ -73,6 +73,11 @@ key "dyn-dns-updater" { secret "gi69Yjzo1OSPVQ/oTTgw+Q=="; }; +key "uhu-banane.de" { + algorithm hmac-sha256; + secret "Fp7S3LW+bSZZi2hFZUwFje47xW4cYTR6O4QfCUPoAGM="; +}; + //############################################################### //# Kontrollkanäle für RNDC diff --git a/ssh/ssh_config b/ssh/ssh_config index 9bdac9e..1889cb4 100644 --- a/ssh/ssh_config +++ b/ssh/ssh_config @@ -48,7 +48,7 @@ Host * # VisualHostKey no # ProxyCommand ssh -q -W %h:%p gateway.example.com # RekeyLimit 1G 1h -# UserKnownHostsFile ~/.ssh/known_hosts.d/%k + UserKnownHostsFile ~/.ssh/known_hosts.d/%k SendEnv LANG LC_* HashKnownHosts no GSSAPIAuthentication yes -- 2.39.5