vimwiki: dth @ dth-MacBookAir

This commit is contained in:
dth@taiga.ai 2022-07-26 18:57:44 +02:00
parent 096b46ccf4
commit b2bf49f061

View file

@ -1,17 +1,19 @@
# HOME SERVERS # HOME SERVERS
* [o] auto-setup ssh on all machines * [.] auto-setup ssh + ngrok 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`
* [o] server machines * [.] server machine
* [X] fetch keys and add to `.ssh/authorized_keys` * [X] fetch keys and add to `.ssh/authorized_keys`
* [X] install [ngrok](https://ngrok.com/download) * [X] install [ngrok](https://ngrok.com/download)
* [X] setup [ngrok](https://dashboard.ngrok.com/get-started/setup) * [X] setup [ngrok](https://dashboard.ngrok.com/get-started/setup)
* [ ] add [ngrok as service](https://stackoverflow.com/a/50808709) * [ ] add make rule to [create ssh-credential](https://ngrok.com/docs/api#api-ssh-credentials)
* [ ] make makerule / script * [ ] test ssh public key is added to [ngrok API](no-install grok.md)
* [ ] add make-rules to setup ssh
* [ ] setup [ngrok as service](https://stackoverflow.com/a/50808709)
* [ ] 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 (?)