summaryrefslogtreecommitdiff
path: root/ssh/.ssh/config
blob: bc9263c7beec038fc25b0071f02d6d4fb26edca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Host coffee
    User serve
    ForwardAgent yes
    Hostname outbound.liz.coffee

Host coffee-one
    User serve
    ForwardAgent yes
    Hostname outbound-one.liz.coffee

Host coffee-src
    User liz
    Hostname src.liz.coffee
    Port 2222

Include config.d/*