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