about summary refs log tree commit diff
path: root/ssh/.ssh/config
blob: 9ea465114a7e6b91f7711420e63232d51888a3cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Host *
    Compression yes
    ControlMaster auto
    ControlPath ~/.ssh/%r@%h:%p
    ControlPersist 24H
    ForwardAgent no
    ForwardX11 no
    ForwardX11Trusted no
    HashKnownHosts yes
    IdentityFile ~/.ssh/azahi_ed25519
    ServerAliveCountMax 30
    ServerAliveInterval 60
    TCPKeepAlive yes

Include hosts

# vim: filetype=sshconfig

Consider giving Nix/NixOS a try! <3