blob: 868722973f437bbe56cc1485901a4319ab376917 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
Host gbmor
HostName gbmor.dev
VerifyHostKeyDNS yes
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa_yubikey.pub
RemoteForward /home/ben/.gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
Host institute inst
HostName tilde.institute
VerifyHostKeyDNS yes
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa_yubikey.pub
RemoteForward /home/gbmor/.gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
Host crawl
HostName crawl.tildeverse.org
Host town
HostName tilde.town
Host team
HostName tilde.team
Host git.sr.ht
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa_yubikey.pub
Host github.com
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa_yubikey.pub
Host tildegit.org
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa_yubikey.pub
Host pestilence
HostName 192.168.1.217
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa_yubikey.pub
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
Host *
Compression no
UseRoaming no
HashKnownHosts yes
VisualHostKey yes
#StrictHostKeyChecking ask
ForwardAgent no
ForwardX11 no
ForwardX11Trusted no
ServerAliveInterval 300
ServerAliveCountMax 2
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com
#MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
|