This commit is contained in:
Jeffrey Paul 2020-11-28 13:49:13 -08:00
父節點 0714fcbc1e
當前提交 7272a08a58
共有 1 個文件被更改,包括 7 次插入0 次删除

查看文件

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