dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

 1include ~/.ssh/conf.d/*.conf
 2
 3Host *
 4      ServerAliveCountMax 20
 5      ServerAliveInterval 30
 6      HostKeyAlgorithms +ssh-rsa
 7      PubkeyAcceptedAlgorithms +ssh-rsa
 8      IdentityFile ~/.ssh/keys/id_ed25519
 9
10      ControlMaster auto
11      ControlPath ~/.ssh/controlmaster/%r@%h:%p
12      ControlPersist 1h
13      ExitOnForwardFailure yes
14
15Match tagged allow_untrusted
16      StrictHostKeyChecking no
17      UserKnownHostsFile /dev/null