1
0
forked from sneak/hacks

getting ready to test

This commit is contained in:
2019-10-04 05:44:29 -07:00
parent 7ee2448934
commit f23a098555
9 changed files with 60 additions and 99 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
KEY_URL="https://sneak.cloud/authorized_keys"
curl -fLo /root/.ssh/authorized_keys --create-dirs $KEY_URL
curl -fLo /home/pi/.ssh/authorized_keys --create-dirs $KEY_URL