This commit is contained in:
Jeffrey Paul 2020-11-28 13:49:13 -08:00
rodzic 0714fcbc1e
commit 7272a08a58
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -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
```