ssh.ctmpl 270 B

123456789101112
  1. Host *
  2. User ${ssh-user}
  3. IdentityFile ~/.ssh/${ssh-key}
  4. ForwardAgent yes
  5. GSSAPIAuthentication no
  6. VerifyHostKeyDNS no
  7. HashKnownHosts no
  8. TCPKeepAlive yes
  9. ServerAliveInterval 300
  10. StrictHostKeyChecking no
  11. UserKnownHostsFile=/dev/null
  12. IdentitiesOnly yes