ssh config file

2012-01-03

#ssh config, because I always forget:

ServerAliveInterval 240
ServerAliveCountMax 120

Host *
        Compression yes

Host foo
        HostName foobar
        User baz