aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.ssh/config
blob: a2e75b3de13318a8f9a28473091ef1d2573a2b48 (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
# Ensure KnownHosts are unreadable if leaked - it is otherwise easier to know which hosts your keys have access to.
HashKnownHosts yes
# Host keys the client accepts - order here is honored by OpenSSH
HostKeyAlgorithms [email protected],ssh-ed25519,[email protected],[email protected],[email protected],ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256

KexAlgorithms curve25519-sha256,[email protected],ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256
Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr

Compression no
ControlMaster auto
ControlPersist 10
AddressFamily inet
ServerAliveInterval 120

Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"

IdentityFile ~/.ssh/nym.pub
IdentitiesOnly yes

Include work.config

Host git.sommerfeld.dev
  Hostname mandibles.wg