remove google dns from nginx, /etc/motd
authorDaniel Bohrer <Daniel Bohrer@stratum0.org/mediawiki/>
Fri, 22 May 2015 01:12:51 +0000 (01:12 +0000)
committerDaniel Bohrer <Daniel Bohrer@stratum0.org/mediawiki/>
Fri, 22 May 2015 01:12:51 +0000 (01:12 +0000)
Gandolf.mw [new file with mode: 0644]

diff --git a/Gandolf.mw b/Gandolf.mw
new file mode 100644 (file)
index 0000000..4194287
--- /dev/null
@@ -0,0 +1,47 @@
+{{Hardware
+|kontakt=[[Benutzer:Kasalehlia|Kasalehlia]], [[Benutzer:Daniel Bohrer|Daniel Bohrer]]
+|status=working
+|ort=[[endor]]
+|beschreibung=Web-Proxy für andere VMs
+}}
+
+== SSH-Keys ==
+ -----BEGIN PGP SIGNED MESSAGE-----
+ Hash: SHA512
+ $ for i in /etc/ssh/ssh_host_*pub; do ssh-keygen -lf $i; done
+ 1024 18:3e:7a:c4:ab:65:51:7e:d7:16:3d:49:c7:32:9e:ac /etc/ssh/ssh_host_dsa_key.pub (DSA)
+ 256 a4:87:d0:ad:9e:f3:23:5d:6e:f8:fc:de:e8:7a:e9:bf /etc/ssh/ssh_host_ecdsa_key.pub (ECDSA)
+ 256 0b:10:73:c5:30:18:ea:eb:8a:00:88:4d:1e:91:58:cc /etc/ssh/ssh_host_ed25519_key.pub (ED25519)
+ 2048 fd:1a:65:07:17:97:ff:d4:da:05:2a:c1:30:28:c1:a0 /etc/ssh/ssh_host_rsa_key.pub (RSA)
+ -----BEGIN PGP SIGNATURE-----
+ Version: GnuPG v1
+ iQEcBAEBCgAGBQJVXljeAAoJEMOZylE6vjlS+ecIAJn+C4Otfvv8l6nZ0nsZuxzx
+ okKAu7ayUMAuZ0E/ZqNBnx6tpFpgVXq9AX9g7ZbxUgjm9poi6wKwd2r7c9ZSAFlp
+ N9uVIR8WD5knKaLXL94mgiaBHTbeXS1Gzn1Jk46AiI+3M3ZutUmMTeEC2S7rVrbS
+ NW0fME6UDFyy3eGINaIH1ntgSppxKAFnB5gCbRSQgRG8Qxer0UYAyqHzRBBdkw1v
+ oU0adDBNiGvHjFMVsw9vboPQQG1nTNnbcJmffuVuDMypPDPxS5SygbbJCx6v77VW
+ 6xLE4TV+Nxg5OivDOhyW85zn4Nyfgz213+4io168wX9Sy5Ry19K5gYRYjy4Yhv8=
+ =EnWC
+ -----END PGP SIGNATURE-----
+
+== Doku ==
+* Debian jessie mit systemd (be warned!)
+* externes Netz: eth0 144.76.9.122, per DHCP über Host-Bridge auf [[endor]]
+* internes Netz: eth1 192.168.122.2/24, statisch über <tt>/etc/network/interfaces</tt>
+* nginx:
+** Sites debian-typisch in <tt>/etc/nginx/sites-enabled/</tt>:
+*** pad.stratum0.org --> [[gapadriel]]
+*** gitli.stratum0.org --> [[gitli]]
+** SSL-Config in <tt>/etc/nginx/ssl_params</tt> wird von allen Sites inkludiert -> zentrale Konfiguration von Ciphers etc.
+** SSL-Certs für jede Site in <tt>/etc/nginx/ssl/$sitename.{crt,key}</tt>
+** Genereller Redirect von http auf https und HTTPS Strict Transport Security
+
+== Log ==
+* <tt>/etc/nginx/ssl_params</tt>: remove Google DNS resolver for privacy reasons, remove resolve time directive --[[Benutzer:Daniel Bohrer|Daniel Bohrer]] 03:12, 22. Mai 2015 (CEST)
+* Diese Seite in <tt>/etc/motd</tt> erwähnt. --[[Benutzer:Daniel Bohrer|Daniel Bohrer]] 03:12, 22. Mai 2015 (CEST)
+* Initial Setup, 20. Mai 2015, shoragan & Kasa
+
+[[Kategorie:Virtuelle Maschine]]
+[[Kategorie:Infrastruktur]]
This page took 0.028241 seconds and 4 git commands to generate.