From: Frank Brehm Date: Thu, 27 Oct 2016 04:25:18 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=6b880218e91274574b6f0634478c6a204ad3a80e;p=config%2Fsarah%2Fetc.git daily autocommit --- 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