Matthew Campbell 91c7d631a2
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
2021-01-08 12:38:41 -08:00

7 lines
115 B
Bash

#!/bin/sh
# Places public key in ~/.ssh/authorized_keys
echo "Place Plublic Key Here" >> ~/.ssh/authorized_keys