Este commit está contenido en:
Jeffrey Paul 2020-11-28 13:49:13 -08:00
padre 0714fcbc1e
commit 7272a08a58
Se han modificado 1 ficheros con 7 adiciones y 0 borrados

Ver fichero

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