1 changed files with 7 additions and 0 deletions
@ -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 |
|||
``` |
|||
|
Loading…
Reference in new issue