From 6b880218e91274574b6f0634478c6a204ad3a80e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 27 Oct 2016 06:25:18 +0200 Subject: [PATCH] daily autocommit --- apt/sources.list.d/fbrehm.list | 4 ++-- ssh/ssh_config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apt/sources.list.d/fbrehm.list b/apt/sources.list.d/fbrehm.list index 59d6e17..d773712 100644 --- a/apt/sources.list.d/fbrehm.list +++ b/apt/sources.list.d/fbrehm.list @@ -2,5 +2,5 @@ # --------------------- #deb http://www.brehm-online.com/debian/jessie ./ -deb http://uhu8.uhu-banane.de/Debian/jessie ./ -deb-src http://uhu8.uhu-banane.de/Sources ./ +deb http://repo.uhu-banane.de/Debian/jessie ./ +deb-src http://repo.uhu-banane.de/Sources ./ diff --git a/ssh/ssh_config b/ssh/ssh_config index 3810e13..6638194 100644 --- a/ssh/ssh_config +++ b/ssh/ssh_config @@ -32,7 +32,7 @@ Host * # CheckHostIP yes # AddressFamily any # ConnectTimeout 0 -# StrictHostKeyChecking ask + StrictHostKeyChecking no # IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/id_rsa # IdentityFile ~/.ssh/id_dsa @@ -49,6 +49,6 @@ Host * # ProxyCommand ssh -q -W %h:%p gateway.example.com # RekeyLimit 1G 1h SendEnv LANG LC_* - HashKnownHosts yes + HashKnownHosts no GSSAPIAuthentication yes GSSAPIDelegateCredentials no -- 2.39.5