From f0580823e871ff0d92c2186df66cc1b89b49800e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Sep 2021 00:36:13 -0400 Subject: VICI style config works --- andy.brief.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 andy.brief.conf (limited to 'andy.brief.conf') diff --git a/andy.brief.conf b/andy.brief.conf new file mode 100644 index 0000000..977a546 --- /dev/null +++ b/andy.brief.conf @@ -0,0 +1,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 + } +} -- cgit v1.2.3