]> git.siccegge.de Git - dotfiles/ssh.git/blob - config
84bfc50b8a0c23177c6c5721d6e903a01f5f6c6e
[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 MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512
40 KexAlgorithms diffie-hellman-group-exchange-sha256,curve25519-sha256@libssh.org
41 HostKeyAlgorithms ssh-ed25519,ssh-rsa
42 FingerprintHash sha256
43 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr