]> git.siccegge.de Git - dotfiles/ssh.git/blob - config
Use ed25519 key where possible
[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 PubkeyAcceptedKeyTypes ssh-rsa
15
16 Host *.sourceforge.net
17 User christophegger
18 PubkeyAcceptedKeyTypes ssh-rsa
19
20 Host gcc*.fsffrance.org
21 User christoph
22 PubkeyAcceptedKeyTypes ssh-rsa
23
24 Host *.informatik.uni-erlangen.de
25 User siccegge
26
27 Host *.cs.fau.de
28 User siccegge
29
30 Host *.siccegge.de
31 User christoph
32 VerifyHostKeyDNS yes
33
34 Host *.sieglitzhof.net
35 User christoph
36 VerifyHostKeyDNS yes
37
38 Host *.faust.ninja
39 VerifyHostKeyDNS yes
40
41 Host *
42 HashKnownHosts no
43 ServerAliveInterval 300
44 ControlMaster auto
45 ControlPersist 30
46 ControlPath ~/.ssh/master/%C
47 MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512
48 KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
49 HostKeyAlgorithms ssh-ed25519,ssh-rsa
50 PubkeyAcceptedKeyTypes ssh-ed25519
51 FingerprintHash sha256
52 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr