diff --git a/on-boot-script/examples/udm-files/on_boot.d/add-ssh-keys.sh b/on-boot-script/examples/udm-files/on_boot.d/add-ssh-keys.sh new file mode 100644 index 0000000..c131008 --- /dev/null +++ b/on-boot-script/examples/udm-files/on_boot.d/add-ssh-keys.sh @@ -0,0 +1,6 @@ +#!/bin/sh + + +# Places public key in ~/.ssh/authorized_keys + +echo "Place Plublic Key Here" >> ~/.ssh/authorized_keys