# ~/.ssh/config

### Debian siehe http://wiki.debian.org/Teams/DSA/FAQ
Host gluck.debian.org people.debian.org cvs.debian.org people gluck
    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_dsa-debian

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


#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 frchterlich langsam zu machen :-((((
#Host energija
#  Hostname energija.fam-tille.de
#  Protocol 2
#  User     andreas

## Siehe:
##            http://wiki.debian.org/Teams/DSA/FAQ

Host alioth
        Hostname alioth.debian.org
        User tille
        IdentityFile /home/tillea/.ssh/id_dsa-debian
        # LocalForward 22 alioth.debian.org:443
        ProxyCommand /usr/bin/ssh -p 443 tille@people.debian.org 'nc -q 2 -w 60 %h %p'

Host master
        Hostname master.debian.org
        User tille
        IdentityFile /home/tillea/.ssh/id_dsa-debian
        # LocalForward 22 alioth.debian.org:443
        ProxyCommand /usr/bin/ssh -p 443 tille@people.debian.org 'nc -q 2 -w 60 %h %p'

Host svn.debian.org
        Hostname svn.debian.org
        User tille
        IdentityFile /home/tillea/.ssh/id_dsa-debian
        ProxyCommand /usr/bin/ssh -p 443 tille@people.debian.org 'nc -q 2 -w 60 %h %p'
# netcat (nc) braucht scheinbar die -q/-w paramater (timeout), damit auf Alioth
# nicht sinnlos Prozesse am Leben bleiben ...
