summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@samizdat>2021-09-29 13:07:00 -0400
committerAndrew Cady <d@samizdat>2021-09-29 13:07:00 -0400
commitc01254e3c226c22939f0cbb8bf927a3a03a45fd4 (patch)
treeb74437cebe1d88b0f6b53329e5ec2a33f7f84df6
parentc9e9417b0fccbc1d030782bb82635fa8d1f53fb0 (diff)
remove redundant configuration
-rw-r--r--keycopy.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/keycopy.sh b/keycopy.sh
index c85d8b7..68c97fd 100644
--- a/keycopy.sh
+++ b/keycopy.sh
@@ -65,18 +65,15 @@ connections {
65 vips = :: 65 vips = ::
66 local { 66 local {
67 pubkeys = ssh_host_rsa_key.pub 67 pubkeys = ssh_host_rsa_key.pub
68 auth = pubkey
69 id = ${id} 68 id = ${id}
70 } 69 }
71 remote { 70 remote {
72 id = "${remote_addrs}" 71 id = "${remote_addrs}"
73 pubkeys = ${conn}.pub 72 pubkeys = ${conn}.pub
74 auth = pubkey
75 } 73 }
76 children { 74 children {
77 child { 75 child {
78 remote_ts = 0::0/0 76 remote_ts = 0::0/0
79 mode = tunnel
80 dpd_action = restart 77 dpd_action = restart
81 } 78 }
82 } 79 }