summaryrefslogtreecommitdiff
path: root/dots/ssh/.ssh/config
blob: 698b53cf101f6a55750cd0a6731e444189e3b23f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Include config.d/*

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