Added a example ssh key file in /on-boot-script/examples/udm-files/on_boot.d (#84)

* Create add-ssh-keys.sh

* Update add-ssh-keys.sh
This commit is contained in:
Matthew Campbell 2021-01-08 15:38:41 -05:00 committed by GitHub
parent 8f7939e77f
commit 91c7d631a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,6 @@
#!/bin/sh
# Places public key in ~/.ssh/authorized_keys
echo "Place Plublic Key Here" >> ~/.ssh/authorized_keys