This commit is contained in:
2024-05-22 07:43:32 -07:00
parent 2cc47f9398
commit 0f725726c0
3 changed files with 3 additions and 91 deletions

View File

@@ -1,5 +1,5 @@
# usage
```
curl -sL https://git.eeqj.de/sneak/prov/raw/branch/master/just-authorized-keys/prov.sh | sh
curl -sL https://git.eeqj.de/sneak/prov/raw/branch/master/just-authorized-keys/prov.sh | bash
```

View File

@@ -14,6 +14,8 @@ function install_authorized_keys () {
fi
chmod 700 /root/.ssh
chmod 600 /root/.ssh/authorized_keys
echo success
exit 0
}
install_authorized_keys