dotfiles

custom linux config files managed with gnu stow

dotfiles

ssh/.ssh/config


# CVE-2016-0777
UseRoaming no

Host *
  ServerAliveInterval 60

Host */*
  ProxyCommand ssh $(dirname %h) -W $(basename %h):%p

Host github.com
  IdentityFile ~/.ssh/personal
# IdentityFile ~/.ssh/work

Download

raw zip tar