]> git.decadent.org.uk Git - dak.git/blob - config/homedir/ssh/ftpmaster-config
add ftpmaster ssh config/authorized_keys
[dak.git] / config / homedir / ssh / ftpmaster-config
1 Protocol 2
2 ConnectTimeout 30
3 ServerAliveInterval 30
4
5 Host bugs-sync
6   Hostname bugs-master.debian.org
7   User debbugs
8   IdentityFile /srv/ftp-master.debian.org/s3kr1t/id_debbugs-vt
9   ForwardX11 no
10   ForwardAgent no
11   StrictHostKeyChecking yes
12   PasswordAuthentication no
13   BatchMode yes
14
15 Host ddtp-sync
16   Hostname i18n.debian.net
17   User ddtp-dak
18   IdentityFile /srv/ftp-master.debian.org/s3kr1t/ddtp-dak.rsa
19   ForwardX11 no
20   ForwardAgent no
21   StrictHostKeyChecking yes
22   PasswordAuthentication no
23   BatchMode yes
24
25 Host morgue-sync
26   Hostname stabile.debian.org
27   User dak
28   IdentityFile /srv/ftp-master.debian.org/s3kr1t/push_morgue
29   ForwardX11 no
30   ForwardAgent no
31   StrictHostKeyChecking yes
32   PasswordAuthentication no
33   BatchMode yes
34
35 Host ries-sync
36   Hostname ries.debian.org
37   User dak
38   IdentityFile /home/dak/.ssh/id_franck
39   ForwardX11 no
40   ForwardAgent no
41   StrictHostKeyChecking yes
42   PasswordAuthentication no
43   BatchMode yes
44
45 Host external-security
46   Hostname chopin.debian.org
47   User dak
48   IdentityFile /home/dak/.ssh/push_external_files
49   ForwardX11 no
50   ForwardAgent no
51   StrictHostKeyChecking yes
52   PasswordAuthentication no
53   BatchMode yes