#cloud-config ssh_authorized_keys: - ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKFeb1xGhiSDygtR18VUy06zWaAp2dULnvqa+IHtrnIEife859LgAmIpJj0hhodpy8oOyoNLjrxmqsSDjlUR90w= write_files: - content: '# The IPv6 ip subnet, for example: 2620:cf:cf:fc00::/64 NAT64_IPV6_PREFIX=2620:cf:cf:fc00::/64 # The IPv6 host address, for example: 2620:cf:cf:fc00::2 NAT64_HOST_IPV6=2620:cf:cf:fc00::2 # The IPv6 address used for the tayga tun interface, for example: 2620:cf:cf:fc00::3 NAT64_TAYGA_IPV6=2620:cf:cf:fc00::3 ' owner: root:root path: /etc/nat64/config-data