Merge branch 'main' of github.com:DannyDannyDanny/dotfiles

This commit is contained in:
dth@taiga.ai 2022-07-26 18:08:03 +02:00
commit 74cb02fdb9

View file

@ -1,14 +1,16 @@
# HOME SERVERS # HOME SERVERS
* [.] auto-setup ssh on all machines * [o] auto-setup ssh on all machines
* [X] client machines automation * [X] client machines automation
* [X] read ssh commands in [ubuntu](ubuntu.md) * [X] read ssh commands in [ubuntu](ubuntu.md)
* [X] generate ssh key pair * [X] generate ssh key pair
* [X] ~~write public key to gist~~ * [X] ~~write public key to gist~~
* [X] add ssh public keys to version control `dotfiles/.ssh/authorized_keys` * [X] add ssh public keys to version control `dotfiles/.ssh/authorized_keys`
* [ ] server machines * [o] server machines
* [ ] fetch keys and add to `.ssh/authorized_keys` * [X] fetch keys and add to `.ssh/authorized_keys`
* [ ] (auto)-setup `ngrok` * [X] install [ngrok](https://ngrok.com/download)
* [ ] setup [ngrok](https://dashboard.ngrok.com/get-started/setup)
* [ ] make makerule
* [ ] test setup * [ ] test setup
* [ ] install and setup `ngrok` on test machine * [ ] install and setup `ngrok` on test machine
* [ ] add authorized keys to version control (?) * [ ] add authorized keys to version control (?)