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