diff --git a/board/netconf/rootfs/etc/auto-factory.d/10-authentication.json b/board/netconf/rootfs/etc/auto-factory.d/10-authentication.json new file mode 100644 index 00000000..806b62b8 --- /dev/null +++ b/board/netconf/rootfs/etc/auto-factory.d/10-authentication.json @@ -0,0 +1,12 @@ +{ + "ietf-system:system": { + "authentication": { + "user": [ + { + "name": "admin", + "password": "$6$bKPp6xu45L1cmp70$fcwDhGZct4q8LxwPASf9iVHyWqnklcdjeYi/SupLo1K9nb.aAQUz48.3qTcW38XL6gQzfHyGoyeDG2orjPUwm1" + } + ] + } + } +}