# ~/.ssh/config

### Debian siehe http://wiki.debian.org/Teams/DSA/FAQ
Host gluck.debian.org people.debian.org cvs.debian.org master.debian.org people gluck dedibox
##    ProxyCommand connect-proxy -H wrvm01.rki.ivbb.bund.de:3128 gluck.debian.org 443
    # alternativ fw-bln-proxy.rki.ivbb.bund.de 8020
    ForwardAgent no
    ForwardX11 no
    User     tille
    IdentityFile /home/tillea/.ssh/id_rsa-debian

Host *.overgluck
    ProxyCommand ssh -q -a -i /home/tillea/.ssh/id_rsa-debian -x gluck.debian.org 'nc -w1 $(basename %h .overgluck) 22'
    ForwardAgent no
    ForwardX11 no

### Debian siehe http://wiki.debian.org/Teams/DSA/FAQ
Host svn.debian.org svn
    ForwardAgent no
    ForwardX11 no
    User     tille
    IdentityFile /home/tillea/.ssh/id_rsa-debian

Host git.debian.org git
    ForwardAgent no
    ForwardX11 no
    User     tille
    IdentityFile /home/tillea/.ssh/id_rsa-debian

Host alioth.debian.org
    ForwardAgent no
    ForwardX11 no
    User     tille
    IdentityFile /home/tillea/.ssh/id_rsa-debian

#Host master.overgluck merkel.overgluck # list all the hosts you need here
#    ProxyCommand ssh -q -a -p 443 -x gluck.debian.org 'nc -w1 $(basename %h .overgluck) 22'
#    ForwardAgent no
#    ForwardX11 no

### Fam-Tille
### Dieser Eintrag scheint s2e und e2s fürchterlich langsam zu machen :-((((
Host energija
	Hostname energija.fam-tille.de
	User andreas

Host buran
	Hostname buran.fam-tille.de
	User andreas

Host kochtop
	Hostname kochtop.fam-tille.de
	User andreas

Host cosmodrom.fam-tille.de cosmodrom
##	Hostname cosmodrom.gandi.net
    Hostname cosmodrom.fam-tille.de
    ForwardAgent no
    ForwardX11 no
    User     andreas
    IdentityFile /home/tillea/.ssh/id_rsa-debian

Host alioth
	Hostname alioth.debian.org
	User tille
	ProxyCommand /usr/bin/ssh -p 443 tille@people.debian.org nc %h %p

Host wr-linux02
	Hostname wr-linux02.rki.ivbb.bund.de
	User tillea
	ProxyCommand /usr/bin/ssh tille@people.debian.org 'nc -w1 localhost 42017'

Host wrvm01
	Hostname wrvm01.rki.ivbb.bund.de
	User tillea
	ProxyCommand /usr/bin/ssh tille@people.debian.org 'nc -w1 localhost 42018'
