ssh.tpl 270 B

123456789101112
  1. Host *
  2. User ubuntu
  3. IdentityFile ~/.ssh/${vpc_name}.pem
  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