security-config 954 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Please edit the master copy in dak.git!
  2. # path: config/homedir/ssh/security-config
  3. ConnectTimeout 30
  4. ServerAliveInterval 30
  5. ForwardX11 no
  6. ForwardAgent no
  7. StrictHostKeyChecking yes
  8. PasswordAuthentication no
  9. BatchMode yes
  10. Host buildd
  11. IdentityFile ~/.ssh/id_buildd
  12. ControlMaster auto
  13. ControlPath ~/.ssh/socket-buildd.debian.org
  14. ControlPersist 60
  15. Host morgue-sync
  16. Hostname lw03.debian.org
  17. User dak
  18. IdentityFile /srv/security-master.debian.org/s3kr1t/push_morgue
  19. Host rsync-from-security-upload-master
  20. Hostname suchon.debian.org
  21. User dak
  22. IdentityFile /srv/security-master.debian.org/s3kr1t/rsync-from-security-upload-master
  23. ControlMaster auto
  24. ControlPath ~/.ssh/socket-%n
  25. ControlPersist yes
  26. Host rsync-to-ssh.upload.debian.org
  27. Hostname usper.debian.org
  28. User dak
  29. IdentityFile /srv/security-master.debian.org/s3kr1t/rsync-to-ssh.upload.debian.org
  30. ControlMaster auto
  31. ControlPath ~/.ssh/socket-%n
  32. ControlPersist yes