security-config 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 lw01.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
  33. Host lw08.debian.org
  34. User dak
  35. IdentityFile /srv/security-master.debian.org/s3kr1t/fetch_snapshot_hashes