summaryrefslogtreecommitdiff
path: root/andy.brief.conf
blob: 977a5462abe33cb5470b335ccb1d60eb5345c8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
connections {
    andy {
        remote_addrs = 68.48.18.140
        vips = ::
        local1 {
            pubkeys = ssh_host_rsa_key.pub
            auth = pubkey
            id = dd6c:fbfd:eeb8:4709
        }
        remote1 {
            id = "68.48.18.140"
            pubkeys = andy.pub
            auth = pubkey
        }
        children {
            child1 {
                remote_ts = 0::0/0
                mode = tunnel
                dpd_action = restart
            }
        }
    }
}
secrets {
    private1 {
        file = ssh_host_rsa_key
    }
}