This commit is contained in:
Jeffrey Paul 2020-11-28 13:49:13 -08:00
parent 0714fcbc1e
commit 7272a08a58
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
# pub
# userdata
```
#!/bin/bash
mkdir -p $HOME/.ssh
curl https://git.eeqj.de/hax/pub/raw/branch/master/authorized_keys > $HOME/.ssh/authorized_keys
```