Skip to content

Commit

Permalink
Added a example ssh key file in /on-boot-script/examples/udm-files/on…
Browse files Browse the repository at this point in the history
…_boot.d (#84)

* Create add-ssh-keys.sh

* Update add-ssh-keys.sh
  • Loading branch information
MatthewGCampbell authored Jan 8, 2021
1 parent 8f7939e commit 91c7d63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions on-boot-script/examples/udm-files/on_boot.d/add-ssh-keys.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh


# Places public key in ~/.ssh/authorized_keys

echo "Place Plublic Key Here" >> ~/.ssh/authorized_keys

0 comments on commit 91c7d63

Please sign in to comment.