📝 roadmap + notes

This commit is contained in:
dth@taiga.ai 2022-07-26 17:18:20 +02:00
parent 62e4c3ba86
commit 6e67a802a6
3 changed files with 11 additions and 10 deletions

View file

@ -6,6 +6,7 @@ This repo is an extension of [dannydannydanny/methodology](https://github.com/Da
* post OS install: [ubuntu](ubuntu.md)
* post post OS install: [firefox-scrolling](firefox-scrolling.md)
* repurpose [server-ip-sync](server-ip-sync.md)
* server cluster roadmap: [server](server.md)
* extend *makefile*:
* **low-level configs:**

View file

@ -1,18 +1,18 @@
# HOME SERVERS
* [ ] auto-setup ssh on all machines
* [ ] test setup
* [ ] install and setup `ngrok` on test machine
* [ ] research replacing `ngrok` with [sish](https://github.com/antoniomika/sish)
* [ ] add authorized keys to version control (?)
* [ ] repurpose [server-ip-sync](server-ip-sync.md)
* [ ] client machines automation
* [ ] read ssh commands in [ubuntu](ubuntu.md)
* [ ] generate ssh key pair
* [.] auto-setup ssh on all machines
* [o] client machines automation
* [X] read ssh commands in [ubuntu](ubuntu.md)
* [X] generate ssh key pair
* [ ] write public key to gist
* [ ] server machines
* [ ] fetch keys and add to `.ssh/authorized_keys`
* [ ] (auto)-setup `ngrok`
* [ ] test setup
* [ ] install and setup `ngrok` on test machine
* [ ] add authorized keys to version control (?)
* [ ] repurpose [server-ip-sync](server-ip-sync.md)
* [ ] research replacing `ngrok` with [sish](https://github.com/antoniomika/sish)
* [X] set up lenovo machine as thin client
* [ ] run pop os??
* [ ] keepass get comfy

View file

@ -70,7 +70,7 @@ Now you can clone your private repos and make changes to your public repos.
### Setup ssh key for connecting to other servers
This next ssh key is generated for github:
This next ssh key is generated for internal servers:
```
ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_ed25519_mynetwork <<<y >/dev/null 2>&1