mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
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:
parent
8f7939e77f
commit
91c7d631a2
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
# Places public key in ~/.ssh/authorized_keys
|
||||
|
||||
echo "Place Plublic Key Here" >> ~/.ssh/authorized_keys
|
Loading…
Reference in New Issue
Block a user