]> git.siccegge.de Git - dotfiles/ssh.git/blob - config
0e21240dca36120b79cf60230c2b5c89d63057b8
[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 Host *
36 HashKnownHosts no
37 ServerAliveInterval 300
38 ControlMaster auto
39 ControlPersist 30
40 ControlPath ~/.ssh/master/%C
41 MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512
42 KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
43 HostKeyAlgorithms ssh-ed25519,ssh-rsa
44 FingerprintHash sha256
45 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr