Commit Graph

134 Commits

Author SHA1 Message Date
Aminda Suomalainen 2154ee9b01 etx/xdg/autostart: cleaning 2015-10-25 14:26:24 +02:00
Aminda Suomalainen a5ca47e88d nginx: X-Xss-Protectio & -Content-Type-Options
via https://securityheaders.io/ via znc/znc#1168
2015-10-25 09:18:34 +02:00
Aminda Suomalainen 47eac3b6eb sources.list README: add wget method 2015-10-17 14:31:48 +03:00
Aminda Suomalainen 650829aea9 nginx: add Upgrade Insecure Requests
http://caniuse.com/#feat=upgradeinsecurerequests
2015-09-23 17:50:11 +03:00
Aminda Suomalainen 02f4f2f0d4 profile.d/mikaela.sh: set TZ to $(date +%Z)
Also remove the commented Steam thing as it's Antergos-only issue.
2015-09-13 10:46:38 +03:00
Aminda Suomalainen c42ae8eb43 ssh: also send EDITOR 2015-09-12 11:45:42 +03:00
Aminda Suomalainen fdf8255372 ssh: send/accept also TZ TERM 2015-09-12 11:42:44 +03:00
Aminda Suomalainen 0f00443a7b sshd_config: mention the LC_ALL anyway
my config files are horrible, too many comments.
2015-09-06 18:42:36 +03:00
Aminda Suomalainen 96ca38818f sshd_config: don't talk so much about locales 2015-09-06 18:40:02 +03:00
Aminda Suomalainen 801e3e0941 sshd_config: AcceptEnv LANG, LANGUAGE LC_*
but not LC_ALL and there is no asterisk, the varibles are allowed
separately. It's very unlikely that someone invents a new locale type.
2015-09-06 18:36:48 +03:00
Aminda Suomalainen a3d5fbd9d7 sshd_config: http://serverfault.com/a/660325 2015-09-06 18:27:50 +03:00
Aminda Suomalainen a0352630fd sshd_config: verbose logging of sftp 2015-09-06 17:37:34 +03:00
Aminda Suomalainen 8d55bc53db sshd_config: use internal sftp & fixes
thanks again @grawity
2015-09-06 17:20:12 +03:00
Aminda Suomalainen c82b706942 fix 7470403158
thanks @DarthGandalf and @grawity on #znc
2015-09-06 17:13:21 +03:00
Aminda Suomalainen 7470403158 sshd_config: add Fedora & Gentoo sftp-server
thanks Conjuro and @DarthGandalf on #znc
2015-09-06 17:09:55 +03:00
Aminda Suomalainen 774346c8d0 fix sshd_config 2015-09-06 08:42:29 +03:00
Aminda Suomalainen 68c6da5aec ssh_config: fix comments 2015-09-06 08:15:17 +03:00
Aminda Suomalainen dc9f8b0ab5 sort sshd_config 2015-09-06 08:12:41 +03:00
Aminda Suomalainen c3f351d21f sshd_config: add commented AcceptEnv
and reason why it's commented, security, ShellShock worked with remotely
sent environent variables even with restricted accounts.
2015-09-06 07:33:32 +03:00
Aminda Suomalainen 90c86466dd ssh_config: also sendenv LANGUAGE 2015-09-06 07:30:41 +03:00
Aminda Suomalainen 6fc4b6a29b ssh_config: add missing dot 2015-09-05 23:50:31 +03:00
Aminda Suomalainen 28c2f0b8d8 ssh_config: SendEnv LANG LC_* 2015-09-05 23:46:00 +03:00
Aminda Suomalainen c50516ced3 etc/xdg/autostart: add redshift-gtk 2015-09-05 22:57:45 +03:00
Aminda Suomalainen c2b93abe27 relevant systemd services: after network-online 2015-09-05 09:07:41 +03:00
Aminda Suomalainen bd3ee60e61 ssh_config: fix paste fail 2015-09-02 08:33:02 +03:00
Aminda Suomalainen 66f604a6dd ssh_config: add UpdateHostKeys yes 2015-09-02 08:15:16 +03:00
Aminda Suomalainen c05b52354f sshd_config: restore Client*
I am sure I committed them already, but they have disappeared somewhere.
Maybe I accidentally overwrote them.
2015-09-01 17:37:33 +03:00
Aminda Suomalainen 888686ef48 etc/ssh/copy: add verbosity 2015-09-01 17:32:56 +03:00
Aminda Suomalainen c2c0c4fa08 etc/ssh: add copy script 2015-09-01 17:31:42 +03:00
Aminda Suomalainen 25bf96e30a ssh_config: my ssh key is not system-wide 2015-09-01 17:16:37 +03:00
Aminda Suomalainen 96dfc06668 ssh_config: remove unrelated comments 2015-09-01 17:06:33 +03:00
Aminda Suomalainen defa0b9df1 etc/ssh: add ssh_config 2015-09-01 16:48:27 +03:00
Aminda Suomalainen 4cdf8dfe71 sshd_config: add ClientAliveCountMax ClientAliveInterval 2015-09-01 16:40:56 +03:00
Aminda Suomalainen 73e9e99d9c sshd_config: cleaning up 2015-08-30 16:54:21 +03:00
Aminda Suomalainen c922d0aa37 etc/ssh/sshd_config: fix banner 2015-08-28 19:25:26 +03:00
Aminda Suomalainen 7e4bbfba5a sshd_config: also remove ecdsa keys 2015-08-28 14:29:34 +03:00
Aminda Suomalainen 04df2e532b update sshd_config from Arch
OpenSSH 7.1p1-1

Note the sftp subsystem which differs between at least Debian and Arch.
2015-08-28 14:00:25 +03:00
Aminda Suomalainen f69a361ed1 sshd_config: deprecate dsa 2015-08-28 13:54:36 +03:00
Aminda Suomalainen ae6651cd47 systemd: add reflector.service 2015-08-25 14:13:44 +03:00
Aminda Suomalainen 7ff510b42b add etc/install
Closes #74
2015-08-22 15:10:01 +03:00
Aminda Suomalainen bec7aced22 etc/systemd/system: README updates 2015-08-21 19:27:40 +03:00
Aminda Suomalainen 76633ba61d add etc/unbound/dnscrypt-proxy.conf 2015-08-21 19:16:12 +03:00
Aminda Suomalainen 18931c320a add dnscrypt proxy services
Thanks @Fusl

Fixes #63
2015-08-21 19:09:39 +03:00
Aminda Suomalainen dc5531dfcd cleaning etc/systemd/system 2015-08-21 19:06:11 +03:00
Aminda Suomalainen c4dcb39b8c nginx: remove the neverused vhost 2015-08-20 20:47:18 +03:00
Aminda Suomalainen 3a32185433 etc/nginx/sites-availble: add X-Frame-Options 2015-08-20 20:36:32 +03:00
Aminda Suomalainen a06465d161 unbound: move forwards.conf under unbound.conf.d 2015-08-20 18:39:40 +03:00
Aminda Suomalainen 2ab0601c8d systemd: remove dnscrypt-proxy & add miredo 2015-08-20 18:29:00 +03:00
Aminda Suomalainen 3065c552da resolv.conf: add ::1 anyway 2015-08-20 15:24:57 +03:00
Aminda Suomalainen c8dcba24a3 major cleaning 2015-08-20 15:22:22 +03:00