]> git.siccegge.de Git - dotfiles/ssh.git/blob - config
Import hardening from simon
[dotfiles/ssh.git] / config
1 PermitLocalCommand no
2
3 Host git.siccegge.de
4 User git
5 VerifyHostKeyDNS yes
6
7 Host git.faust.ninja
8 User git
9 VerifyHostKeyDNS yes
10
11 Host *.debian.org
12 User christoph
13 VerifyHostKeyDNS yes
14
15 Host *.sourceforge.net
16 User christophegger
17
18 Host *.informatik.uni-erlangen.de
19 User siccegge
20
21 Host *.cs.fau.de
22 User siccegge
23
24 Host *.siccegge.de
25 User christoph
26 VerifyHostKeyDNS yes
27
28 Host *.sieglitzhof.net
29 User christoph
30 VerifyHostKeyDNS yes
31
32 Host *.faust.ninja
33 VerifyHostKeyDNS yes
34
35 HashKnownHosts no
36 ServerAliveInterval 300
37 ControlMaster auto
38 MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512
39 KexAlgorithms diffie-hellman-group-exchange-sha256,curve25519-sha256@libssh.org
40 HostKeyAlgorithms ssh-ed25519,ssh-rsa
41 FingerprintHash sha256
42 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr