# source: https://github.com/romkatv/dotfiles-public/blob/master/.ssh/config
# archive: https://web.archive.org/web/20220327111944/https://github.com/romkatv/dotfiles-public/blob/master/.ssh/config

Include config-private

Host *
  PasswordAuthentication no
  KbdInteractiveAuthentication no
  ChallengeResponseAuthentication no
  ExitOnForwardFailure yes
  ForwardX11Trusted yes
  ServerAliveInterval 60
  ConnectTimeout 10
  AddKeysToAgent yes
  EscapeChar `
  ControlMaster auto
  ControlPersist 72000
  ControlPath ~/.ssh/s/%C
